.rubocop.yml in ridgepole-0.7.4 vs .rubocop.yml in ridgepole-0.7.5.beta
- old
+ new
@@ -1,8 +1,9 @@
AllCops:
Exclude:
- 'gemfiles/**/*'
+ - 'omnibus-ridgepole/**/*'
TargetRubyVersion: 2.2
Bundler/OrderedGems:
Include:
- 'Appraisals'
Layout/IndentHeredoc:
@@ -32,7 +33,9 @@
Style/MethodMissingSuper:
Enabled: false
Style/MixinUsage:
Exclude:
- 'spec/**/*'
+Style/TrailingCommaInHashLiteral:
+ EnforcedStyleForMultiline: consistent_comma
Layout/ClosingHeredocIndentation:
Enabled: false