config/ruby.yml in caliber-0.15.1 vs config/ruby.yml in caliber-0.16.0

- old
+ new

@@ -101,10 +101,12 @@ Enabled: true Lint/DeprecatedConstants: Enabled: true Lint/DuplicateBranch: Enabled: true +Lint/DuplicateMagicComment: + Enabled: true Lint/DuplicateRegexpCharacterClassElement: Enabled: true Lint/ElseLayout: Enabled: false Lint/EmptyBlock: @@ -287,10 +289,12 @@ Enabled: true Style/OptionHash: Enabled: true Style/OpenStructUse: Enabled: true +Style/OperatorMethodCall: + Enabled: true Style/PercentLiteralDelimiters: PreferredDelimiters: "%w": "[]" "%W": "[]" "%i": "[]" @@ -299,9 +303,11 @@ Style/QuotedSymbols: Enabled: true Style/RedundantArgument: Enabled: true Style/RedundantSelfAssignmentBranch: + Enabled: true +Style/RedundantStringEscape: Enabled: true Style/RedundantInitialize: Enabled: true AllowComments: false Style/ReturnNil: