diff options
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 17 |
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: |