RuboCop: Disable Layout/SpaceInsideBlockBraces

git-svn-id: http://svn.redmine.org/redmine/trunk@18393 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-08-25 15:33:53 +00:00
parent 0553e8375c
commit 0898910b10
2 changed files with 3 additions and 7 deletions

View File

@@ -25,6 +25,9 @@ require:
Layout/SpaceBeforeBlockBraces:
Enabled: false
Layout/SpaceInsideBlockBraces:
Enabled: false
Layout/TrailingWhitespace:
AllowInHeredoc: true

View File

@@ -466,13 +466,6 @@ Layout/SpaceInsideArrayLiteralBrackets:
- 'test/unit/mailer_test.rb'
- 'test/unit/search_test.rb'
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
# SupportedStyles: space, no_space
# SupportedStylesForEmptyBraces: space, no_space
Layout/SpaceInsideBlockBraces:
Enabled: false
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
# SupportedStyles: space, no_space, compact