summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-22 12:09:52 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-10-22 12:09:52 +0000
commit3d342396a0ae353dfd9d2387f26e1f5588ea9459 (patch)
treea36112aa553143cd2bd5b5f5605ad928b600cf7c /.rubocop_todo.yml
parentb7b42e9d7673386180a3a350331579ee830b7d83 (diff)
downloadredmine-3d342396a0ae353dfd9d2387f26e1f5588ea9459.tar.gz
redmine-3d342396a0ae353dfd9d2387f26e1f5588ea9459.zip
code cleanup: rubocop: fix Performance/RedundantBlockCall in test/unit/lib/redmine/views/builders/xml_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18811 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 39b083ac3..a4127a5a8 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -533,7 +533,6 @@ Performance/RedundantBlockCall:
- 'lib/redmine/views/builders/structure.rb'
- 'test/functional/repositories_git_controller_test.rb'
- 'test/unit/lib/redmine/views/builders/json_test.rb'
- - 'test/unit/lib/redmine/views/builders/xml_test.rb'
# Cop supports --auto-correct.
Performance/RedundantMatch: