config/ruby.yml in caliber-0.29.0 vs config/ruby.yml in caliber-0.30.0
- old
+ new
@@ -106,10 +106,12 @@
Enabled: true
Lint/DuplicateBranch:
Enabled: true
Lint/DuplicateMagicComment:
Enabled: true
+Lint/DuplicateMatchPattern:
+ Enabled: true
Lint/DuplicateRegexpCharacterClassElement:
Enabled: true
Lint/ElseLayout:
Enabled: false
Lint/EmptyBlock:
@@ -335,10 +337,10 @@
Style/RedundantEach:
Enabled: true
Style/RedundantHeredocDelimiterQuotes:
Enabled: true
Style/RedundantLineContinuation:
- Enabled: false
+ Enabled: true
Style/RedundantSelfAssignmentBranch:
Enabled: true
Style/RedundantStringEscape:
Enabled: true
Style/RedundantInitialize: