diff options
-rw-r--r-- | .rubocop.yml | 3 | ||||
-rw-r--r-- | .rubocop_todo.yml | 7 |
2 files changed, 3 insertions, 7 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 0da6b1ce7..90e8bcef0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -28,6 +28,9 @@ Layout/SpaceBeforeBlockBraces: Layout/SpaceInsideBlockBraces: Enabled: false +Layout/SpaceInsideHashLiteralBraces: + Enabled: false + Layout/TrailingWhitespace: AllowInHeredoc: true diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 69f85ebcc..ff9f9fcea 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -452,13 +452,6 @@ Layout/SpaceInsideArrayLiteralBrackets: - '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 Layout/SpaceInsideParens: |