summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-21 18:16:48 -0600
committerDouwe Maan <douwe@selenight.nl>2017-02-23 09:31:57 -0600
commitccbebbdfeb9ce78c0a386ae08ae88aeb7dc5ad86 (patch)
tree5682d86e241733bd1bca2289ec063e4fde5e7414 /.rubocop_todo.yml
parent215228b477e9dae8cf3ba36af767ae12d4328e28 (diff)
downloadgitlab-ce-ccbebbdfeb9ce78c0a386ae08ae88aeb7dc5ad86.tar.gz
Enable Performance/RedundantMatch
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: