.rubocop-relaxed.yml in friendly_shipping-0.8.1 vs .rubocop-relaxed.yml in friendly_shipping-0.9.0

- old
+ new

@@ -1,7 +1,7 @@ # Relaxed.Ruby.Style -## Version 2.2 +## Version 2.5 Style/Alias: Enabled: false StyleGuide: https://relaxed.ruby.style/#stylealias @@ -63,10 +63,14 @@ Style/NegatedWhile: Enabled: false StyleGuide: https://relaxed.ruby.style/#stylenegatedwhile +Style/NumericPredicate: + Enabled: false + StyleGuide: https://relaxed.ruby.style/#stylenumericpredicate + Style/ParallelAssignment: Enabled: false StyleGuide: https://relaxed.ruby.style/#styleparallelassignment Style/PercentLiteralDelimiters: @@ -131,39 +135,19 @@ Style/WordArray: Enabled: false StyleGuide: https://relaxed.ruby.style/#stylewordarray -Layout/LineLength: - Enabled: false - Lint/AmbiguousRegexpLiteral: Enabled: false StyleGuide: https://relaxed.ruby.style/#lintambiguousregexpliteral Lint/AssignmentInCondition: Enabled: false StyleGuide: https://relaxed.ruby.style/#lintassignmentincondition -Metrics/AbcSize: +Layout/LineLength: Enabled: false -Metrics/BlockNesting: +Metrics: Enabled: false -Metrics/ClassLength: - Enabled: false - -Metrics/ModuleLength: - Enabled: false - -Metrics/CyclomaticComplexity: - Enabled: false - -Metrics/MethodLength: - Enabled: false - -Metrics/ParameterLists: - Enabled: false - -Metrics/PerceivedComplexity: - Enabled: false