config/ruby.yml in caliber-0.43.0 vs config/ruby.yml in caliber-0.44.0
- old
+ new
@@ -130,10 +130,12 @@
AllowComments: false
Lint/IncompatibleIoSelectWithFiberScheduler:
Enabled: true
Lint/LambdaWithoutLiteralBlock:
Enabled: true
+Lint/LiteralAssignmentInCondition:
+ Enabled: true
Lint/MixedCaseRange:
Enabled: true
Lint/NonAtomicFileOperation:
Enabled: true
Lint/NoReturnInBeginEndBlocks:
@@ -395,9 +397,11 @@
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes
Style/StringMethods:
Enabled: true
+Style/SuperWithArgsParentheses:
+ Enabled: false
Style/SwapValues:
Enabled: true
Style/TopLevelMethodDefinition:
Enabled: true
Style/YAMLFileRead: