diff --git a/.rubocop.yml b/.rubocop.yml index f44cf16f..0558f802 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -52,6 +52,10 @@ Layout/MultilineOperationIndentation: EnforcedStyle: indented Layout/SpaceAroundMethodCallOperator: Enabled: true +Layout/SpaceInsideHashLiteralBraces: + Enabled: true + Exclude: + - test/**/*.rb Lint/BinaryOperatorWithIdenticalOperands: Enabled: true