.rubocop.yml in ridgepole-0.7.8 vs .rubocop.yml in ridgepole-0.8.0.rc1

- old
+ new

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