diff options
author | Go MAEDA <maeda@farend.jp> | 2020-10-20 15:22:11 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-10-20 15:22:11 +0000 |
commit | 8d6507882622615b8e850f25d011c11b3980ac2e (patch) | |
tree | 6c0280d970ec176d836755533fc068f22466b71c /.rubocop_todo.yml | |
parent | 84a4a4f8eda863750527a9254d0eddb1f0d63b83 (diff) | |
download | redmine-8d6507882622615b8e850f25d011c11b3980ac2e.tar.gz redmine-8d6507882622615b8e850f25d011c11b3980ac2e.zip |
Fix RuboCop offense Style/For (#32530).
git-svn-id: http://svn.redmine.org/redmine/trunk@20153 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 8458b87ca..828010a53 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1043,14 +1043,6 @@ Style/ExpandPathArguments: # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. -# SupportedStyles: each, for -Style/For: - Exclude: - - 'lib/redmine/export/pdf/issues_pdf_helper.rb' - - 'lib/redmine/export/pdf/wiki_pdf_helper.rb' - -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle. # SupportedStyles: format, sprintf, percent Style/FormatString: Exclude: |