config/ruby.yml in caliber-0.55.0 vs config/ruby.yml in caliber-0.57.0
- old
+ new
@@ -211,10 +211,11 @@
Enabled: true
Security/IoMethods:
Enabled: true
Style/AccessModifierDeclarations:
AllowModifiersOnSymbols: false
+ AllowModifiersOnAttrs: false
Style/ArgumentsForwarding:
Enabled: false
Style/ArrayCoercion:
Enabled: true
Style/ArrayIntersect:
@@ -385,10 +386,13 @@
Enabled: false
Style/SelectByRegexp:
Enabled: true
Style/Send:
Enabled: true
+Style/SendWithLiteralMethodName:
+ Enabled: true
+ AllowSend: false
Style/SignalException:
EnforcedStyle: semantic
Style/SingleLineDoEndBlock:
Enabled: true
Style/StabbyLambdaParentheses:
@@ -402,9 +406,11 @@
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes
Style/StringMethods:
+ Enabled: true
+Style/SuperArguments:
Enabled: true
Style/SuperWithArgsParentheses:
Enabled: false
Style/SwapValues:
Enabled: true