summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-01-11 13:20:52 +0000
committerGo MAEDA <maeda@farend.jp>2023-01-11 13:20:52 +0000
commit3942177f49002d50aa65f803be85167d845675dd (patch)
tree42fae6f20931876145545c007cb21ddd98ee71cc /.rubocop_todo.yml
parent3eb364e45ae11c681677d7b9e3fd13f88d5b1d6b (diff)
downloadredmine-3942177f49002d50aa65f803be85167d845675dd.tar.gz
redmine-3942177f49002d50aa65f803be85167d845675dd.zip
Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).
git-svn-id: https://svn.redmine.org/redmine/trunk@22027 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 332cb9abe..2576c467b 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -486,19 +486,6 @@ Naming/VariableNumber:
- 'test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb'
- 'test/unit/project_test.rb'
-# This cop supports safe autocorrection (--autocorrect).
-Performance/BlockGivenWithExplicitBlock:
- Exclude:
- - 'app/controllers/account_controller.rb'
- - 'app/controllers/application_controller.rb'
- - 'app/helpers/application_helper.rb'
- - 'app/models/mailer.rb'
- - 'app/models/user.rb'
- - 'lib/redmine/scm/adapters/abstract_adapter.rb'
- - 'lib/redmine/views/builders.rb'
- - 'lib/redmine/views/builders/structure.rb'
- - 'lib/redmine/wiki_formatting/macros.rb'
-
# Configuration parameters: MinSize.
Performance/CollectionLiteralInLoop:
Exclude: