.rubocop.yml in truemail-client-0.2.0 vs .rubocop.yml in truemail-client-0.2.1

- old
+ new

@@ -20,10 +20,14 @@ Enabled: false Metrics/PerceivedComplexity: Enabled: false +Metrics/AbcSize: + Exclude: + - 'lib/truemail/client/http.rb' + Naming/VariableNumber: Enabled: false Naming/RescuedExceptionsVariableName: Enabled: false @@ -88,9 +92,13 @@ Style/RedundantRegexpEscape: Enabled: true Style/SlicingWithRange: Enabled: true + +Style/IfUnlessModifier: + Exclude: + - 'lib/truemail/client/http.rb' Layout/LineLength: Max: 140 Layout/EmptyLinesAroundAttributeAccessor: