.rubocop.yml in base58_id-1.0.0 vs .rubocop.yml in base58_id-1.1.0
- old
+ new
@@ -37,9 +37,12 @@
Style/TrailingCommaInArrayLiteral:
Enabled: false
Style/TrailingCommaInHashLiteral:
Enabled: false
+Naming/MethodParameterName:
+ Enabled: false
+
RSpec/ExampleLength:
Enabled: false
RSpec/MultipleExpectations:
Enabled: false
RSpec/NestedGroups: