.rubocop.yml in truemail-client-0.3.3 vs .rubocop.yml in truemail-client-0.3.4

- old
+ new

@@ -145,10 +145,13 @@ Enabled: true Style/QuotedSymbols: Enabled: true +Style/RedundantSelfAssignmentBranch: + Enabled: true + Layout/LineLength: Max: 140 Layout/EmptyLinesAroundAttributeAccessor: Enabled: true @@ -252,9 +255,18 @@ Lint/UnmodifiedReduceAccumulator: Enabled: true Lint/EmptyInPattern: + Enabled: true + +Lint/AmbiguousOperatorPrecedence: + Enabled: true + +Lint/AmbiguousRange: + Enabled: true + +Lint/IncompatibleIoSelectWithFiberScheduler: Enabled: true Performance/AncestorsInclude: Enabled: true