.rubocop.yml in acts_as_hashids-0.1.5 vs .rubocop.yml in acts_as_hashids-0.1.6
- old
+ new
@@ -17,19 +17,34 @@
Max: 20
Metrics/CyclomaticComplexity:
Max: 10
Metrics/PerceivedComplexity:
Max: 10
+Metrics/BlockLength:
+ Enabled: false
Documentation:
Enabled: false
Style/SignalException:
EnforcedStyle: only_raise
-Style/IndentHash:
+Layout/IndentHash:
EnforcedStyle: consistent
-Style/IndentArray:
+Layout/IndentArray:
EnforcedStyle: consistent
-Lint/EndAlignment:
- AlignWith: variable
+Layout/EndAlignment:
+ EnforcedStyleAlignWith: variable
+Lint/InheritException:
+ Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
RSpec/AnyInstance:
Enabled: false
+RSpec/NestedGroups:
+ Max: 4
+RSpec/ContextWording:
+ Prefixes:
+ - when
+ - with
+ - without
+ - for
+ - as
+RSpec/MultipleExpectations:
+ Max: 2