config/default.yml in rubocop-github-0.7.0 vs config/default.yml in rubocop-github-0.8.0

- old
+ new

@@ -40,10 +40,14 @@ Enabled: true Layout/SpaceBeforeBlockBraces: Enabled: true +Layout/SpaceInsideArrayLiteralBrackets: + Enabled: true + EnforcedStyle: no_space + Layout/SpaceInsideArrayPercentLiteral: Enabled: true Layout/SpaceInsideBlockBraces: Enabled: true @@ -53,9 +57,12 @@ Layout/SpaceInsideParens: Enabled: true Layout/SpaceInsideRangeLiteral: + Enabled: true + +Layout/SpaceInsideReferenceBrackets: Enabled: true Layout/Tab: Enabled: true