summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-10-24 02:19:29 +0000
committerGo MAEDA <maeda@farend.jp>2020-10-24 02:19:29 +0000
commit52cc3fdc24dbb3814b6924323c032051ddac941e (patch)
tree7d8dc62ebe9ec2fbb41cf3e2dc87215ad9871a0c /.rubocop_todo.yml
parent9ef5f6789e5beccf3db4f3fd3dfbece347e1b00b (diff)
downloadredmine-52cc3fdc24dbb3814b6924323c032051ddac941e.tar.gz
redmine-52cc3fdc24dbb3814b6924323c032051ddac941e.zip
Update RuboCop Performance to 1.8 (#34159).
git-svn-id: http://svn.redmine.org/redmine/trunk@20174 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml47
1 files changed, 47 insertions, 0 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index c6d0329d2..eece8b2cc 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -524,6 +524,34 @@ Naming/VariableNumber:
- 'test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb'
- 'test/unit/project_test.rb'
+# Cop supports --auto-correct.
+Performance/AncestorsInclude:
+ Exclude:
+ - 'test/unit/document_category_test.rb'
+ - 'test/unit/issue_priority_test.rb'
+ - 'test/unit/time_entry_activity_test.rb'
+
+# Configuration parameters: MinSize.
+Performance/CollectionLiteralInLoop:
+ Exclude:
+ - 'app/helpers/imports_helper.rb'
+ - 'app/helpers/queries_helper.rb'
+ - 'app/helpers/settings_helper.rb'
+ - 'app/helpers/timelog_helper.rb'
+ - 'app/models/issue.rb'
+ - 'app/models/workflow_transition.rb'
+ - 'lib/redmine/helpers/time_report.rb'
+ - 'lib/redmine/scm/adapters/filesystem_adapter.rb'
+ - 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
+ - 'test/functional/issues_custom_fields_visibility_test.rb'
+ - 'test/functional/repositories_git_controller_test.rb'
+ - 'test/functional/repositories_mercurial_controller_test.rb'
+ - 'test/functional/timelog_custom_fields_visibility_test.rb'
+ - 'test/unit/lib/redmine/scm/adapters/git_adapter_test.rb'
+ - 'test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb'
+ - 'test/unit/repository_git_test.rb'
+ - 'test/unit/repository_mercurial_test.rb'
+
Performance/FixedSize:
Exclude:
- 'test/integration/api_test/issues_test.rb'
@@ -553,6 +581,20 @@ Performance/RedundantMerge:
- 'test/unit/time_entry_import_test.rb'
# Cop supports --auto-correct.
+Performance/Squeeze:
+ Exclude:
+ - 'test/unit/lib/redmine/scm/adapters/bazaar_adapter_test.rb'
+
+# Cop supports --auto-correct.
+# Configuration parameters: AutoCorrect.
+Performance/StringInclude:
+ Exclude:
+ - 'test/functional/versions_controller_test.rb'
+ - 'test/integration/sessions_test.rb'
+ - 'test/unit/lib/redmine/scm/adapters/bazaar_adapter_test.rb'
+ - 'test/unit/lib/redmine/wiki_formatting/macros_test.rb'
+
+# Cop supports --auto-correct.
Performance/StringReplacement:
Exclude:
- 'app/helpers/application_helper.rb'
@@ -570,6 +612,11 @@ Performance/StringReplacement:
- 'test/unit/repository_git_test.rb'
# Cop supports --auto-correct.
+Performance/Sum:
+ Exclude:
+ - 'app/helpers/issues_helper.rb'
+
+# Cop supports --auto-correct.
# Configuration parameters: Include.
# Include: app/models/**/*.rb
Rails/ActiveRecordCallbacksOrder: