summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-03-29 15:09:53 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-29 15:09:53 +0000
commit9c28b22cfc7b2b9306b9c72d53f5c88c3129eb67 (patch)
tree92e5e3ac55cfa092d473abca506546cf56e2215c /.rubocop_todo.yml
parentef59e05bd14aea8bf19bbe77c52116bfe24c7107 (diff)
downloadgitlab-ce-9c28b22cfc7b2b9306b9c72d53f5c88c3129eb67.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 2dc69925710..001b3e376bb 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -544,15 +544,6 @@ Style/Lambda:
Style/MissingRespondToMissing:
Enabled: false
-# Offense count: 5
-Style/MixinUsage:
- Exclude:
- - 'spec/factories/ci/builds.rb'
- - 'spec/factories/ci/job_artifacts.rb'
- - 'spec/factories/lfs_objects.rb'
- - 'spec/factories/notes.rb'
- - 'spec/lib/gitlab/import_export/version_checker_spec.rb'
-
# Offense count: 35
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, MinBodyLength.
@@ -603,13 +594,6 @@ Style/SingleArgumentDig:
Style/SoleNestedConditional:
Enabled: false
-# Offense count: 120
-# Cop supports --auto-correct.
-# Configuration parameters: .
-# SupportedStyles: use_perl_names, use_english_names
-Style/SpecialGlobalVars:
- EnforcedStyle: use_perl_names
-
# Offense count: 562
# Cop supports --auto-correct.
Style/StringConcatenation: