summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-13 12:08:49 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-13 12:08:49 +0000
commit988424215cf104d9ee24bb1751141424cffb32d1 (patch)
tree9d2525571ecc693902b949ac8441e8c97b299c3c /.rubocop_todo.yml
parent2705a15deaef07b1a38a53b9539d02f8ad499ce3 (diff)
downloadgitlab-ce-988424215cf104d9ee24bb1751141424cffb32d1.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml37
1 files changed, 0 insertions, 37 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index e4db93d1602..4d2477c199d 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -11,11 +11,6 @@ Gitlab/PolicyRuleBoolean:
Exclude:
- 'ee/app/policies/ee/identity_provider_policy.rb'
-# Offense count: 29
-# Configuration parameters: MinSize.
-Performance/CollectionLiteralInLoop:
- Enabled: false
-
# Offense count: 41
# Cop supports --auto-correct.
Performance/ConstantRegexp:
@@ -39,13 +34,6 @@ RSpec/PredicateMatcher:
RSpec/RepeatedExampleGroupBody:
Enabled: false
-# Offense count: 667
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle.
-# SupportedStyles: and_return, block
-RSpec/ReturnFromStub:
- Enabled: false
-
# Offense count: 610
# Cop supports --auto-correct.
RSpec/ScatteredLet:
@@ -90,12 +78,6 @@ Rails/CreateTableWithTimestamps:
Rails/HasManyOrHasOneDependent:
Enabled: false
-# Offense count: 537
-# Configuration parameters: Include.
-# Include: app/helpers/**/*.rb
-Rails/HelperInstanceVariable:
- Enabled: false
-
# Offense count: 47
# Cop supports --auto-correct.
Rails/IndexWith:
@@ -120,13 +102,6 @@ Rails/MailerName:
Rails/NegateInclude:
Enabled: false
-# Offense count: 39
-# Cop supports --auto-correct.
-# Configuration parameters: Include.
-# Include: **/Rakefile, **/*.rake
-Rails/RakeEnvironment:
- Enabled: false
-
# Offense count: 44
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
@@ -160,13 +135,6 @@ Style/CaseLikeIf:
Style/EmptyMethod:
Enabled: false
-# Offense count: 581
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle.
-# SupportedStyles: format, sprintf, percent
-Style/FormatString:
- Enabled: false
-
# Offense count: 59
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
@@ -195,8 +163,3 @@ Style/RedundantRegexpEscape:
# Cop supports --auto-correct.
Style/RescueModifier:
Enabled: false
-
-# Offense count: 123
-# Cop supports --auto-correct.
-Style/SingleArgumentDig:
- Enabled: false