.rubocop.yml in lunanode-0.1.6 vs .rubocop.yml in lunanode-0.2.0
- old
+ new
@@ -48,10 +48,11 @@
Metrics/ParameterLists:
Description: 'Avoid parameter lists longer than three or four parameters.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#too-many-params'
Enabled: true
- Max: 13
+ Max: 4
+ CountKeywordArgs: false
Metrics/PerceivedComplexity:
Description: >-
A complexity metric geared towards measuring complexity for a
human reader.