.rubocop.yml in kpm-0.8.0 vs .rubocop.yml in kpm-0.8.1

- old
+ new

@@ -60,7 +60,11 @@ # We must support old Rubies Style/HashSyntax: Enabled: false # Ruby 2.3+ only +Style/NumericPredicate: + Enabled: false + +# Ruby 2.3+ only Style/SafeNavigation: Enabled: false