config/ruby.yml in caliber-0.21.0 vs config/ruby.yml in caliber-0.22.0
- old
+ new
@@ -259,20 +259,24 @@
Enabled: true
Style/MapCompactWithConditionalBlock:
Enabled: true
Style/MapToHash:
Enabled: true
+Style/MapToSet:
+ Enabled: true
Style/MethodCalledOnDoEndBlock:
Enabled: true
Style/MethodCallWithArgsParentheses:
Enabled: true
EnforcedStyle: omit_parentheses
AllowParenthesesInChaining: true
AllowParenthesesInMultilineCall: true
IgnoreMacros: false
Style/MethodDefParentheses:
EnforcedStyle: require_no_parentheses
+Style/MinMaxComparison:
+ Enabled: true
Style/MissingElse:
Enabled: true
Style/MultilineInPatternThen:
Enabled: true
Style/MultilineMethodSignature:
@@ -349,6 +353,8 @@
Style/StringMethods:
Enabled: true
Style/SwapValues:
Enabled: true
Style/TopLevelMethodDefinition:
+ Enabled: true
+Style/YodaExpression:
Enabled: true