.rubocop.yml in docparser-0.2.3 vs .rubocop.yml in docparser-0.3.0
- old
+ new
@@ -1,6 +1,18 @@
+inherit_from: .rubocop_todo.yml
+
# Temporary turn this off
# Avoid parameter lists longer than three or four parameters.
-ParameterLists:
+Metrics/ParameterLists:
Enabled: false
-MultilineBlockChain:
- Enabled: false
\ No newline at end of file
+Style/MultilineBlockChain:
+ Enabled: false
+Style/HashTransformKeys:
+ Enabled: true
+Style/HashTransformValues:
+ Enabled: true
+Style/HashEachMethods:
+ Enabled: true
+Lint/RaiseException:
+ Enabled: true
+Lint/StructNewOverride:
+ Enabled: true