.rubocop.yml in ralyxa-1.6.2 vs .rubocop.yml in ralyxa-1.7.0
- old
+ new
@@ -4,9 +4,12 @@
TargetRubyVersion: 2.3.1
Metrics/LineLength:
Enabled: false
+Metrics/ParameterLists:
+ Max: 6
+
Style/FrozenStringLiteralComment:
Enabled: false
Documentation:
Enabled: false
\ No newline at end of file