summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-22 12:10:14 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-22 12:10:14 +0000
commit030dbc721802fc3a01541e21839133ce11bbeffc (patch)
treeed44e48a911b707f3bd09cdebfb52f94013f99bb /.rubocop_todo.yml
parent1ae761d169be11411fdc08b7df6805438a167432 (diff)
downloadredmine-030dbc721802fc3a01541e21839133ce11bbeffc.tar.gz
redmine-030dbc721802fc3a01541e21839133ce11bbeffc.zip
code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/views/builders/structure.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18813 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 262f50366..f6ca447d7 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -530,7 +530,6 @@ Performance/FixedSize:
Performance/RedundantBlockCall:
Exclude:
- 'app/controllers/application_controller.rb'
- - 'lib/redmine/views/builders/structure.rb'
- 'test/functional/repositories_git_controller_test.rb'
# Cop supports --auto-correct.