diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-20 13:37:47 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-20 13:37:47 +0000 |
commit | aee0a117a889461ce8ced6fcf73207fe017f1d99 (patch) | |
tree | 891d9ef189227a8445d83f35c1b0fc99573f4380 /.rubocop_todo.yml | |
parent | 8d46af3258650d305f53b819eabf7ab18d22f59e (diff) | |
download | gitlab-ce-aee0a117a889461ce8ced6fcf73207fe017f1d99.tar.gz |
Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index f29cb429169..94d8d40c10f 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -289,17 +289,6 @@ Performance/DeleteSuffix: - 'ee/app/models/geo/upload_registry.rb' - 'ee/app/workers/geo/file_download_dispatch_worker/attachment_job_finder.rb' -# Offense count: 13 -# Cop supports --auto-correct. -Performance/Detect: - Exclude: - - 'ee/spec/controllers/projects/dependencies_controller_spec.rb' - - 'ee/spec/requests/api/dependencies_spec.rb' - - 'qa/qa/runtime/feature.rb' - - 'spec/lib/gitlab/git/tree_spec.rb' - - 'spec/lib/gitlab/import_export/project/tree_restorer_spec.rb' - - 'spec/models/event_spec.rb' - # Offense count: 121 Performance/MethodObjectAsBlock: Enabled: false @@ -543,7 +532,7 @@ Rails/LexicallyScopedActionFilter: Rails/LinkToBlank: Exclude: - 'app/helpers/projects_helper.rb' - - 'ee/app/helpers/ee/user_callouts_helper.rb' + - 'ee/app/helpers/ee/users/callouts_helper.rb' # Offense count: 1 # Cop supports --auto-correct. @@ -827,11 +816,6 @@ Style/RescueModifier: Style/SingleArgumentDig: Enabled: false -# Offense count: 45 -# Cop supports --auto-correct. -Style/SlicingWithRange: - Enabled: false - # Offense count: 63 # Configuration parameters: AllowModifier. Style/SoleNestedConditional: |