summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-22 12:16:56 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-22 12:16:56 +0000
commit71b8608421b88161df79058d2d95dba39edd3ada (patch)
treee1ec5781b425f9a92b923e2b13e03a8cba2d4187 /.rubocop_todo.yml
parent030dbc721802fc3a01541e21839133ce11bbeffc (diff)
downloadredmine-71b8608421b88161df79058d2d95dba39edd3ada.tar.gz
redmine-71b8608421b88161df79058d2d95dba39edd3ada.zip
code cleanup: rubocop: fix Performance/RedundantBlockCall in test/functional/repositories_git_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18814 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index f6ca447d7..14e1519ce 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -530,7 +530,6 @@ Performance/FixedSize:
Performance/RedundantBlockCall:
Exclude:
- 'app/controllers/application_controller.rb'
- - 'test/functional/repositories_git_controller_test.rb'
# Cop supports --auto-correct.
Performance/RedundantMatch: