mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
RuboCop: Disable Layout/SpaceInsideHashLiteralBraces
git-svn-id: http://svn.redmine.org/redmine/trunk@18583 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -28,6 +28,9 @@ Layout/SpaceBeforeBlockBraces:
|
||||
Layout/SpaceInsideBlockBraces:
|
||||
Enabled: false
|
||||
|
||||
Layout/SpaceInsideHashLiteralBraces:
|
||||
Enabled: false
|
||||
|
||||
Layout/TrailingWhitespace:
|
||||
AllowInHeredoc: true
|
||||
|
||||
|
||||
@@ -451,13 +451,6 @@ Layout/SpaceInsideArrayLiteralBrackets:
|
||||
- 'test/unit/mailer_test.rb'
|
||||
- 'test/unit/search_test.rb'
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
|
||||
# SupportedStyles: space, no_space, compact
|
||||
# SupportedStylesForEmptyBraces: space, no_space
|
||||
Layout/SpaceInsideHashLiteralBraces:
|
||||
Enabled: false
|
||||
|
||||
# Cop supports --auto-correct.
|
||||
# Configuration parameters: EnforcedStyle.
|
||||
# SupportedStyles: space, no_space
|
||||
|
||||
Reference in New Issue
Block a user