.rubocop.yml in alba-1.1.0 vs .rubocop.yml in alba-1.2.0

- old
+ new

@@ -19,9 +19,18 @@ # Oneline comment is not valid so until it gets valid, we disable it Bundler/GemComment: Enabled: false +# We'd like to write something like: +# assert_equal( +# expected, +# actual +# ) +Layout/RedundantLineBreak: + Exclude: + - 'test/**/*' + Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Layout/MultilineAssignmentLayout: EnforcedStyle: same_line