summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index abd7be72b46..a7b89d3dba2 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -6,16 +6,6 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
-# Offense count: 5
-# Cop supports --auto-correct.
-Performance/RedundantMatch:
- Exclude:
- - 'app/models/external_issue.rb'
- - 'lib/ci/api/helpers.rb'
- - 'lib/extracts_path.rb'
- - 'lib/gitlab/diff/highlight.rb'
- - 'lib/gitlab/diff/parser.rb'
-
# Offense count: 15
# Configuration parameters: CustomIncludeMethods.
RSpec/EmptyExampleGroup: