mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 21:10:27 +01:00
Fix RuboCop offense Style/For (#32530).
git-svn-id: http://svn.redmine.org/redmine/trunk@20153 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1041,14 +1041,6 @@ Style/EvalWithLocation:
|
||||
Style/ExpandPathArguments:
|
||||
Enabled: false
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user