config/ruby.yml in caliber-0.63.0 vs config/ruby.yml in caliber-0.64.0
- old
+ new
@@ -164,10 +164,12 @@
Enabled: true
Lint/ToEnumArguments:
Enabled: true
Lint/TripleQuotes:
Enabled: true
+Lint/UnescapedBracketInRegexp:
+ Enabled: true
Lint/UnexpectedBlockArity:
Enabled: true
Lint/UnmodifiedReduceAccumulator:
Enabled: true
Lint/UselessNumericOperation:
@@ -218,26 +220,32 @@
Security/IoMethods:
Enabled: true
Style/AccessModifierDeclarations:
AllowModifiersOnSymbols: false
AllowModifiersOnAttrs: false
+Style/AmbiguousEndlessMethodDefinition:
+ Enabled: false
Style/ArgumentsForwarding:
Enabled: false
Style/ArrayCoercion:
Enabled: true
Style/ArrayIntersect:
Enabled: true
Style/AndOr:
EnforcedStyle: conditionals
Style/AutoResourceCleanup:
Enabled: true
+Style/BitwisePredicate:
+ Enabled: true
Style/ClassMethodsDefinitions:
Enabled: true
Style/CollectionCompact:
Enabled: true
Style/CollectionMethods:
Enabled: true
+Style/CombinableDefined:
+ Enabled: true
Style/ComparableClamp:
Enabled: true
Style/ConcatArrayLiterals:
Enabled: true
Style/DataInheritance:
@@ -291,10 +299,12 @@
Enabled: true
AllowedAddresses:
- "::"
- "::1"
- "127.0.0.1"
+Style/KeywordArgumentsMerging:
+ Enabled: true
Style/MagicCommentFormat:
Enabled: true
Style/MapCompactWithConditionalBlock:
Enabled: true
Style/MapIntoArray:
@@ -389,9 +399,11 @@
Style/ReturnNilInPredicateMethodDefinition:
Enabled: true
Style/RequireOrder:
Enabled: true
Style/SafeNavigation:
+ Enabled: false
+Style/SafeNavigationChainLength:
Enabled: false
Style/SelectByRegexp:
Enabled: true
Style/Send:
Enabled: true