diff options
author | Go MAEDA <maeda@farend.jp> | 2023-01-11 13:18:06 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-01-11 13:18:06 +0000 |
commit | 3eb364e45ae11c681677d7b9e3fd13f88d5b1d6b (patch) | |
tree | 1892ba71d707887c3eea105fb082b477525733d3 /.rubocop_todo.yml | |
parent | fcd4f7f6c94ac2a017e3e7fcec66af2d474f649b (diff) | |
download | redmine-3eb364e45ae11c681677d7b9e3fd13f88d5b1d6b.tar.gz redmine-3eb364e45ae11c681677d7b9e3fd13f88d5b1d6b.zip |
Fix RuboCop offense Performance/AncestorsInclude (#38146).
git-svn-id: https://svn.redmine.org/redmine/trunk@22026 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 6e7c678bf..332cb9abe 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -486,13 +486,6 @@ Naming/VariableNumber: - 'test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb' - 'test/unit/project_test.rb' -# This cop supports unsafe autocorrection (--autocorrect-all). -Performance/AncestorsInclude: - Exclude: - - 'test/unit/document_category_test.rb' - - 'test/unit/issue_priority_test.rb' - - 'test/unit/time_entry_activity_test.rb' - # This cop supports safe autocorrection (--autocorrect). Performance/BlockGivenWithExplicitBlock: Exclude: |