diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-03 15:09:42 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-03 15:09:42 +0000 |
commit | a99d0fa6922be88307b1c80330a257c55c5d8270 (patch) | |
tree | 948c3d8d846bfa5ef2fd17c84cee467d678e6f1b /.rubocop_todo/lint | |
parent | 077b0a79d52753d020280ed8d58f97f8207b42de (diff) | |
download | gitlab-ce-a99d0fa6922be88307b1c80330a257c55c5d8270.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/lint')
-rw-r--r-- | .rubocop_todo/lint/redundant_cop_disable_directive.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.rubocop_todo/lint/redundant_cop_disable_directive.yml b/.rubocop_todo/lint/redundant_cop_disable_directive.yml index 7668025601c..b0b5697536e 100644 --- a/.rubocop_todo/lint/redundant_cop_disable_directive.yml +++ b/.rubocop_todo/lint/redundant_cop_disable_directive.yml @@ -1,7 +1,10 @@ --- # Cop supports --auto-correct. Lint/RedundantCopDisableDirective: - Details: grace period + # Used to be enabled in "grace period" and is now disabled due to too many + # silenced offenses. + # See https://gitlab.com/gitlab-org/gitlab/-/issues/376133 + Enabled: false Exclude: - 'app/controllers/concerns/enforces_two_factor_authentication.rb' - 'app/controllers/concerns/web_hooks/hook_log_actions.rb' |