.rubocop.yml in u3d-0.9.3 vs .rubocop.yml in u3d-0.9.4
- old
+ new
@@ -25,10 +25,16 @@
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
+Metrics/ParameterLists:
+ Max: 8
+
+Metrics/PerceivedComplexity:
+ Max: 10
+
Metrics/MethodLength:
Enabled: false
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
@@ -38,6 +44,14 @@
Style/Documentation:
Enabled: false
# Better too much 'return' than one missing
Style/RedundantReturn:
+ Enabled: false
+
+# Tell Windows to look the other way
+Layout/EndOfLine:
+ EnforcedStyle: lf
+
+# Some issues with rspec style
+Lint/AmbiguousBlockAssociation:
Enabled: false
\ No newline at end of file