.rubocop.yml in ridgepole-0.7.7 vs .rubocop.yml in ridgepole-0.7.8

- old
+ new

@@ -1,10 +1,10 @@ AllCops: Exclude: - 'gemfiles/**/*' - 'omnibus-ridgepole/**/*' - TargetRubyVersion: 2.2 + TargetRubyVersion: 2.4 Bundler/OrderedGems: Include: - 'Appraisals' Layout/IndentHeredoc: Enabled: false @@ -36,6 +36,8 @@ Exclude: - 'spec/**/*' Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: consistent_comma Layout/ClosingHeredocIndentation: + Enabled: false +Style/NumericPredicate: Enabled: false