summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-01-11 13:30:25 +0000
committerGo MAEDA <maeda@farend.jp>2023-01-11 13:30:25 +0000
commitdbf8c1d921ce227d8fde88b62113a17fc8fe778d (patch)
treead5860c05df0b0f6e0123604cc789d159b42f69c /.rubocop_todo.yml
parent1d3a76580f3eb732da45b99220cc8d64d277c535 (diff)
downloadredmine-dbf8c1d921ce227d8fde88b62113a17fc8fe778d.tar.gz
redmine-dbf8c1d921ce227d8fde88b62113a17fc8fe778d.zip
Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#38146).
git-svn-id: https://svn.redmine.org/redmine/trunk@22031 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index afb26d8a8..87e78d17d 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -486,14 +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/RedundantEqualityComparisonBlock:
- Exclude:
- - 'app/models/query.rb'
- - 'app/models/setting.rb'
- - 'lib/redmine/field_format.rb'
- - 'test/integration/api_test/issues_test.rb'
-
# This cop supports safe autocorrection (--autocorrect).
Performance/RedundantMatch:
Exclude: