config/ruby.yml in caliber-0.24.0 vs config/ruby.yml in caliber-0.25.0

- old
+ new

@@ -8,10 +8,12 @@ - "vendor/**/*" Bundler/InsecureProtocolSource: AllowHttpProtocol: false Gemspec/DependencyVersion: Enabled: true +Gemspec/DevelopmentDependencies: + Enabled: true Gemspec/RequireMFA: Enabled: true Gemspec/DeprecatedAttributeAssignment: Enabled: true Layout/BeginEndAlignment: @@ -210,10 +212,12 @@ Enabled: true Style/CollectionCompact: Enabled: true Style/CollectionMethods: Enabled: true +Style/ComparableClamp: + Enabled: true Style/ConcatArrayLiterals: Enabled: true Style/Documentation: Enabled: false Style/DocumentDynamicEvalDefinition: @@ -252,9 +256,11 @@ Style/IfWithBooleanLiteralBranches: Enabled: true Style/ImplicitRuntimeError: Enabled: true Style/InPatternThen: + Enabled: true +Style/InvertibleUnlessCondition: Enabled: true Style/IpAddresses: Enabled: true Style/MagicCommentFormat: Enabled: true