summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-06 18:08:19 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-06 18:08:19 +0000
commitda6cd333e7d29b356b398905c657be81a94b4621 (patch)
tree9455ef6355f90b710383d93aefa6b990117855b2 /.rubocop_todo.yml
parent5472bef68de87deeb67594a98e7eb35ff83929ec (diff)
downloadgitlab-ce-da6cd333e7d29b356b398905c657be81a94b4621.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 534861d90b2..cc4992020ae 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -194,19 +194,6 @@ RSpec/ReturnFromStub:
RSpec/ScatteredLet:
Enabled: false
-# Offense count: 24
-# Configuration parameters: EnforcedStyle, IgnoredPatterns.
-# SupportedStyles: snake_case, camelCase
-RSpec/VariableName:
- Exclude:
- - 'spec/features/projects/import_export/import_file_spec.rb'
- - 'spec/features/task_lists_spec.rb'
- - 'spec/initializers/mail_encoding_patch_spec.rb'
- - 'spec/models/board_spec.rb'
- - 'spec/support/shared_contexts/url_shared_context.rb'
- - 'spec/support/shared_examples/requests/api/graphql/group_and_project_boards_query_shared_examples.rb'
- - 'spec/support/shared_examples/services/boards/boards_list_service_shared_examples.rb'
-
# Offense count: 26
# Cop supports --auto-correct.
# Configuration parameters: Include.
@@ -343,13 +330,6 @@ Style/AccessorGrouping:
Style/BarePercentLiterals:
Enabled: false
-# Offense count: 6
-# Cop supports --auto-correct.
-Style/BisectedAttrAccessor:
- Exclude:
- - 'lib/system_check/base_check.rb'
- - 'qa/qa/resource/api_fabricator.rb'
-
# Offense count: 42
# Cop supports --auto-correct.
Style/CaseLikeIf: