diff options
author | Go MAEDA <maeda@farend.jp> | 2023-01-11 13:25:07 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-01-11 13:25:07 +0000 |
commit | c53bf36b9a966d1a91fc8f9cb40dc1a9b4e73d95 (patch) | |
tree | 770cbcc4aeff3767f32fc357395dbbcc809b7013 /.rubocop_todo.yml | |
parent | 3942177f49002d50aa65f803be85167d845675dd (diff) | |
download | redmine-c53bf36b9a966d1a91fc8f9cb40dc1a9b4e73d95.tar.gz redmine-c53bf36b9a966d1a91fc8f9cb40dc1a9b4e73d95.zip |
Raise MinSize for RuboCop Performance/CollectionLiteralInLoop to 4 (#38146).
git-svn-id: https://svn.redmine.org/redmine/trunk@22028 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 2576c467b..2ed0864d4 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -486,26 +486,6 @@ Naming/VariableNumber: - 'test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb' - 'test/unit/project_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/repository_git_test.rb' - - 'test/unit/repository_mercurial_test.rb' - # This cop supports safe autocorrection (--autocorrect). Performance/ConstantRegexp: Exclude: |