.rubocop.yml in koine-test_runner-0.1.1 vs .rubocop.yml in koine-test_runner-0.2.0

- old
+ new

@@ -16,17 +16,20 @@ Max: 30 Metrics/CyclomaticComplexity: Max: 7 +Style/SpecialGlobalVars: + Enabled: false + Style/GuardClause: Enabled: false Style/IfUnlessModifier: Enabled: false -Style/PredicateName: +Naming/PredicateName: NamePrefix: - is_ - has_ NamePrefixBlacklist: @@ -44,7 +47,7 @@ AllCops: Exclude: - Gemfile -Style/ExtraSpacing: +Layout/ExtraSpacing: AllowForAlignment: true