config/chefstyle.yml in lcgstyle-0.0.2 vs config/chefstyle.yml in lcgstyle-0.0.4
- old
+ new
@@ -413,9 +413,11 @@
# whitespace in expressions is useful to enhance readability
Style/SpaceInsideBrackets:
Enabled: false
Style/SpaceInsideParens:
Enabled: false
+Style/SpaceInsidePercentLiteralDelimiters:
+ Enabled: false
# more whitespace cops that we allow since they can enhance readability
Style/EmptyLinesAroundBlockBody:
Enabled: false
Style/EmptyLinesAroundClassBody: