config/ruby.yml in caliber-0.8.0 vs config/ruby.yml in caliber-0.9.0
- old
+ new
@@ -11,10 +11,12 @@
Enabled: true
Gemspec/DependencyVersion:
Enabled: true
Gemspec/RequireMFA:
Enabled: true
+Gemspec/DeprecatedAttributeAssignment:
+ Enabled: true
Layout/BeginEndAlignment:
Enabled: true
EnforcedStyleAlignWith: begin
Layout/CaseIndentation:
IndentOneStep: true
@@ -141,13 +143,10 @@
Enabled: true
Metrics/BlockLength:
IgnoredMethods:
- ips
- refine
- Exclude:
- - "**/*.gemspec"
- - "spec/**/*"
Metrics/ParameterLists:
Max: 3
Naming/BlockForwarding:
Enabled: true
Naming/InclusiveLanguage:
@@ -230,9 +229,11 @@
Style/ImplicitRuntimeError:
Enabled: true
Style/InPatternThen:
Enabled: true
Style/IpAddresses:
+ Enabled: true
+Style/MapCompactWithConditionalBlock:
Enabled: true
Style/MapToHash:
Enabled: true
Style/MethodCalledOnDoEndBlock:
Enabled: true