summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-10-24 05:33:23 +0000
committerGo MAEDA <maeda@farend.jp>2020-10-24 05:33:23 +0000
commitb46953247da61845d7cd4600435c21012409aafb (patch)
tree8d08d093f1a45904940d99eca649c21a233db867 /.rubocop_todo.yml
parent52cc3fdc24dbb3814b6924323c032051ddac941e (diff)
downloadredmine-b46953247da61845d7cd4600435c21012409aafb.tar.gz
redmine-b46953247da61845d7cd4600435c21012409aafb.zip
Replace Hash#merge! with Hash#[]= (#34160).
git-svn-id: http://svn.redmine.org/redmine/trunk@20175 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index eece8b2cc..f225a4535 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -565,22 +565,6 @@ Performance/RedundantMatch:
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
# Cop supports --auto-correct.
-# Configuration parameters: MaxKeyValuePairs.
-Performance/RedundantMerge:
- Exclude:
- - 'app/controllers/issues_controller.rb'
- - 'app/helpers/application_helper.rb'
- - 'app/helpers/avatars_helper.rb'
- - 'app/helpers/custom_fields_helper.rb'
- - 'app/helpers/workflows_helper.rb'
- - 'app/models/auth_source_ldap.rb'
- - 'app/models/principal.rb'
- - 'lib/redmine/access_control.rb'
- - 'test/functional/imports_controller_test.rb'
- - 'test/unit/issue_import_test.rb'
- - 'test/unit/time_entry_import_test.rb'
-
-# Cop supports --auto-correct.
Performance/Squeeze:
Exclude:
- 'test/unit/lib/redmine/scm/adapters/bazaar_adapter_test.rb'