diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2021-10-20 22:02:03 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2021-10-20 22:02:03 +0000 |
commit | a256addaf79a6bc8edb77874145c21a312a2b8e3 (patch) | |
tree | 8ac7622888da4145c9d51e88a15cff7bbdde24d7 /.rubocop_todo.yml | |
parent | f2cde4f3b3d1cfad3544032f7267c09742647eb9 (diff) | |
download | redmine-a256addaf79a6bc8edb77874145c21a312a2b8e3.tar.gz redmine-a256addaf79a6bc8edb77874145c21a312a2b8e3.zip |
Fix rubocop "Style/CombinableLoops" offense in wiki_page.rb (#29914, #32938).
git-svn-id: http://svn.redmine.org/redmine/trunk@21251 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 72c320b80..e48cbcaba 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1164,7 +1164,6 @@ Style/ColonMethodCall: Style/CombinableLoops: Exclude: - - 'app/models/wiki_page.rb' - 'lib/redmine/default_data/loader.rb' # Cop supports --auto-correct. |