config/ruby.yml in caliber-0.35.0 vs config/ruby.yml in caliber-0.36.0
- old
+ new
@@ -130,20 +130,24 @@
AllowComments: false
Lint/IncompatibleIoSelectWithFiberScheduler:
Enabled: true
Lint/LambdaWithoutLiteralBlock:
Enabled: true
+Lint/MixedCaseRange:
+ Enabled: true
Lint/NonAtomicFileOperation:
Enabled: true
Lint/NoReturnInBeginEndBlocks:
Enabled: true
Lint/NumberedParameterAssignment:
Enabled: true
Lint/OrAssignmentToConstant:
Enabled: true
Lint/RedundantDirGlobSort:
Enabled: true
+Lint/RedundantRegexpQuantifiers:
+ Enabled: true
Lint/RefinementImportMethods:
Enabled: true
Lint/RequireRangeParentheses:
Enabled: true
Lint/RequireRelativeSelfPath:
@@ -332,20 +336,24 @@
Enabled: true
Style/RedundantArrayConstructor:
Enabled: true
Style/RedundantConstantBase:
Enabled: true
+Style/RedundantCurrentDirectoryInPath:
+ Enabled: true
Style/RedundantDoubleSplatHashBraces:
Enabled: true
Style/RedundantEach:
Enabled: true
Style/RedundantFilterChain:
Enabled: true
Style/RedundantHeredocDelimiterQuotes:
Enabled: true
Style/RedundantLineContinuation:
Enabled: true
+Style/RedundantRegexpArgument:
+ Enabled: true
Style/RedundantRegexpConstructor:
Enabled: true
Style/RedundantSelfAssignmentBranch:
Enabled: true
Style/RedundantStringEscape:
@@ -355,10 +363,12 @@
AllowComments: false
Style/ExactRegexpMatch:
Enabled: true
Style/ReturnNil:
Enabled: true
+Style/ReturnNilInPredicateMethodDefinition:
+ Enabled: true
Style/RequireOrder:
Enabled: true
Style/SafeNavigation:
Enabled: false
Style/SelectByRegexp:
@@ -382,8 +392,10 @@
Style/StringMethods:
Enabled: true
Style/SwapValues:
Enabled: true
Style/TopLevelMethodDefinition:
+ Enabled: true
+Style/YAMLFileRead:
Enabled: true
Style/YodaExpression:
Enabled: true