summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorSemyon Pupkov <mail@semyonpupkov.com>2018-09-20 22:08:07 +0500
committerSemyon Pupkov <mail@semyonpupkov.com>2018-09-21 12:37:57 +0500
commitb1a4c123f111cdc7bcb6e4be75505d8630cb292a (patch)
treea06c7a2f286945755a97890cce098d92a36c2e28 /.rubocop_todo.yml
parent87b85ef81cadacc753a5c538280d045a1bf35549 (diff)
downloadgitlab-ce-b1a4c123f111cdc7bcb6e4be75505d8630cb292a.tar.gz
Remove unused cops from todo
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index b3b58c83269..a6bc4b57aab 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -86,23 +86,11 @@ Lint/InterpolationCheck:
Lint/MissingCopEnableDirective:
Enabled: false
-# Offense count: 2
-Lint/NestedPercentLiteral:
- Exclude:
- - 'lib/gitlab/git/repository.rb'
- - 'spec/support/shared_examples/email_format_shared_examples.rb'
-
# Offense count: 1
Lint/ReturnInVoidContext:
Exclude:
- 'app/models/project.rb'
-# Offense count: 1
-# Configuration parameters: IgnoreImplicitReferences.
-Lint/ShadowedArgument:
- Exclude:
- - 'lib/gitlab/database/sha_attribute.rb'
-
# Offense count: 3
# Cop supports --auto-correct.
Lint/UnneededRequireStatement:
@@ -151,11 +139,6 @@ Naming/HeredocDelimiterNaming:
Enabled: false
# Offense count: 1
-Performance/UnfreezeString:
- Exclude:
- - 'features/steps/project/commits/commits.rb'
-
-# Offense count: 1
# Cop supports --auto-correct.
Performance/UriDefaultParser:
Exclude: