.rubocop.yml in docparser-0.1.3 vs .rubocop.yml in docparser-0.1.4
- old
+ new
@@ -1,5 +1,10 @@
# Avoid methods longer than 10 lines of code
MethodLength:
Enabled: true
CountComments: false # count full line comments?
- Max: 20
+ Max: 20
+
+# Temporary turn this off
+# Avoid parameter lists longer than three or four parameters.
+ParameterLists:
+ Enabled: false
\ No newline at end of file