From b1a4c123f111cdc7bcb6e4be75505d8630cb292a Mon Sep 17 00:00:00 2001 From: Semyon Pupkov Date: Thu, 20 Sep 2018 22:08:07 +0500 Subject: Remove unused cops from todo --- .rubocop_todo.yml | 17 ----------------- 1 file changed, 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: @@ -150,11 +138,6 @@ Naming/HeredocDelimiterCase: 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: -- cgit v1.2.1