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