summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-07 18:08:29 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-07 18:08:29 +0000
commitc2bdb9d02768a61bee7560113f4d4c83dc91338e (patch)
treee242f8d39df80ec39a59eb73ad96ee389c8a4d41 /.rubocop_todo.yml
parentfe4751154c331e35c0e6575a3aedc02b210a1c63 (diff)
downloadgitlab-ce-c2bdb9d02768a61bee7560113f4d4c83dc91338e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 502534e5010..d041ce385e3 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -25,15 +25,6 @@ Layout/MultilineOperationIndentation:
Layout/SpaceInLambdaLiteral:
Enabled: false
-# Offense count: 1209
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
-# SupportedStyles: space, no_space
-# SupportedStylesForEmptyBraces: space, no_space
-Layout/SpaceInsideBlockBraces:
- Enabled: false
- EnforcedStyle: space
-
# Offense count: 585
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
@@ -41,22 +32,6 @@ Layout/SpaceInsideBlockBraces:
Layout/SpaceInsideParens:
Enabled: false
-# Offense count: 18
-Lint/BinaryOperatorWithIdenticalOperands:
- Exclude:
- - 'ee/spec/lib/ee/gitlab/application_context_spec.rb'
- - 'spec/helpers/visibility_level_helper_spec.rb'
- - 'spec/lib/gitlab/conan_token_spec.rb'
- - 'spec/lib/gitlab/git/conflict/parser_spec.rb'
- - 'spec/lib/gitlab/graphql/lazy_spec.rb'
- - 'spec/models/ci/build_trace_chunk_spec.rb'
- - 'spec/models/clusters/platforms/kubernetes_spec.rb'
- - 'spec/models/concerns/where_composite_spec.rb'
- - 'spec/models/metrics/dashboard/annotation_spec.rb'
- - 'spec/models/repository_spec.rb'
- - 'spec/models/ssh_host_key_spec.rb'
- - 'spec/tooling/danger/sidekiq_queues_spec.rb'
-
# Offense count: 84
Lint/ConstantDefinitionInBlock:
Enabled: false