diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-02-21 17:59:42 -0600 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-02-23 09:31:57 -0600 |
commit | 215228b477e9dae8cf3ba36af767ae12d4328e28 (patch) | |
tree | c293caf0c9e614837b5b195e55af67db690900e2 /.rubocop_todo.yml | |
parent | 8924594a3e84f03c363031d0831960ad5ab822dd (diff) | |
download | gitlab-ce-215228b477e9dae8cf3ba36af767ae12d4328e28.tar.gz |
Enable Performance/RedundantBlockCall
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index f4497e5ac25..abd7be72b46 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -6,14 +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: 3 -# Cop supports --auto-correct. -Performance/RedundantBlockCall: - Exclude: - - 'app/controllers/application_controller.rb' - - 'lib/gitlab/optimistic_locking.rb' - - 'lib/gitlab/shell.rb' - # Offense count: 5 # Cop supports --auto-correct. Performance/RedundantMatch: |