config/chefstyle.yml in chefstyle-1.5.2 vs config/chefstyle.yml in chefstyle-1.5.6
- old
+ new
@@ -1,7 +1,8 @@
AllCops:
TargetRubyVersion: 2.4
+ SuggestExtensions: false
#
# Bundler
#
@@ -241,9 +242,10 @@
Enabled: true
Layout/EmptyLineAfterGuardClause:
Enabled: true
Layout/EmptyLineBetweenDefs:
Enabled: true
+ AllowAdjacentOneLineDefs: true
Layout/EmptyLines:
Enabled: true
Layout/EmptyLinesAroundAccessModifier:
Enabled: true
Layout/EmptyLinesAroundMethodBody:
\ No newline at end of file