config/chefstyle.yml in chefstyle-0.13.2 vs config/chefstyle.yml in chefstyle-0.13.3

- old
+ new

@@ -201,11 +201,13 @@ Enabled: true Style/Attr: Enabled: true Style/BeginBlock: Enabled: true +# there's debate over one-liner vs semantic blockstyle, chef projects should just pick one style +# and stick with it. Style/BlockDelimiters: - Enabled: true + Enabled: false Layout/BlockEndNewline: Enabled: true Style/CharacterLiteral: Enabled: true Style/ClassCheck: