diff options
author | Go MAEDA <maeda@farend.jp> | 2023-01-11 13:33:32 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-01-11 13:33:32 +0000 |
commit | e010d90207d23fa47ae9d262433ac22436fa8b1a (patch) | |
tree | 193400b4e2a70536ea839544acf5edb0eee26303 /.rubocop_todo.yml | |
parent | 62a930cc65472133123f674c4bbdfcbd822cc731 (diff) | |
download | redmine-e010d90207d23fa47ae9d262433ac22436fa8b1a.tar.gz redmine-e010d90207d23fa47ae9d262433ac22436fa8b1a.zip |
Fix RuboCop offense Performance/RedundantSplitRegexpArgument (#38146).
git-svn-id: https://svn.redmine.org/redmine/trunk@22033 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index b794a7124..9ff640eb4 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -486,11 +486,6 @@ Naming/VariableNumber: - 'test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb' - 'test/unit/project_test.rb' -# This cop supports safe autocorrection (--autocorrect). -Performance/RedundantSplitRegexpArgument: - Exclude: - - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' - # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: OnlySumOrWithInitialValue. Performance/Sum: |