diff options
author | Go MAEDA <maeda@farend.jp> | 2023-01-11 13:26:31 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-01-11 13:26:31 +0000 |
commit | 70ef2a3db14e9ea2588ddd206664a225d90396d4 (patch) | |
tree | 5278d2e3c0dd70612277249fe012d8fd8cf7b798 /.rubocop_todo.yml | |
parent | c53bf36b9a966d1a91fc8f9cb40dc1a9b4e73d95 (diff) | |
download | redmine-70ef2a3db14e9ea2588ddd206664a225d90396d4.tar.gz redmine-70ef2a3db14e9ea2588ddd206664a225d90396d4.zip |
Fix RuboCop offense Performance/ConstantRegexp (#38146).
git-svn-id: https://svn.redmine.org/redmine/trunk@22029 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 2ed0864d4..158ac8721 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 safe autocorrection (--autocorrect). -Performance/ConstantRegexp: - Exclude: - - 'app/models/changeset.rb' - - 'lib/redmine/scm/adapters/cvs_adapter.rb' - - 'lib/redmine/wiki_formatting/textile/formatter.rb' - - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' - Performance/FixedSize: Exclude: - 'test/integration/api_test/issues_test.rb' |