mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
rubocop: use Layout/TrailingWhitespace AllowInHeredoc true
git-svn-id: http://svn.redmine.org/redmine/trunk@18342 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -24,6 +24,9 @@ require:
|
||||
Layout/SpaceBeforeBlockBraces:
|
||||
Enabled: false
|
||||
|
||||
Layout/TrailingWhitespace:
|
||||
AllowInHeredoc: true
|
||||
|
||||
Metrics:
|
||||
Enabled: false
|
||||
|
||||
|
||||
@@ -542,12 +542,6 @@ Layout/TrailingBlankLines:
|
||||
- 'test/integration/api_test/my_test.rb'
|
||||
- 'test/unit/lib/redmine/hook_test.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: AllowInHeredoc.
|
||||
Layout/TrailingWhitespace:
|
||||
Exclude:
|
||||
- 'test/unit/lib/redmine/unified_diff_test.rb'
|
||||
|
||||
Lint/AmbiguousBlockAssociation:
|
||||
Enabled: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user