diff options
author | Go MAEDA <maeda@farend.jp> | 2021-03-02 02:09:51 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-03-02 02:09:51 +0000 |
commit | d19e0f987a29cec00ed2446e08bd1e5fe66bf096 (patch) | |
tree | 7ed55c0590dde716088102a10f00a543494b6f2c /.rubocop_todo.yml | |
parent | fe2fa3f10c95713666d7b604c3e9ac9839fc3a3f (diff) | |
download | redmine-d19e0f987a29cec00ed2446e08bd1e5fe66bf096.tar.gz redmine-d19e0f987a29cec00ed2446e08bd1e5fe66bf096.zip |
Update RuboCop Performance to 1.10 (#34159).
git-svn-id: http://svn.redmine.org/redmine/trunk@20759 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 02ca6b882..ac08af08a 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -532,6 +532,11 @@ Performance/RedundantMatch: - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' # Cop supports --auto-correct. +Performance/RedundantSplitRegexpArgument: + Exclude: + - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' + +# Cop supports --auto-correct. # Configuration parameters: AutoCorrect. Performance/StringInclude: Exclude: |