.rubocop.yml in datacite-mapping-0.3.0 vs .rubocop.yml in datacite-mapping-0.4.0
- old
+ new
@@ -1,8 +1,12 @@
# Disable line-length check; it's too easy for the cure to be worse than the disease
Metrics/LineLength:
Enabled: False
+# Disable parameter-length check; this is determined by the number of XML attributes defined in the DataCite schema
+Metrics/ParameterLists:
+ Enabled: False
+
# Disable problematic module documentation check (see https://github.com/bbatsov/rubocop/issues/947)
Style/Documentation:
Enabled: false
# Allow one line around class body (Layout/EmptyLines will still disallow two or more)