.rubocop.yml in mailerlite-1.12.0 vs .rubocop.yml in mailerlite-1.13.0
- old
+ new
@@ -30,9 +30,15 @@
Style/DoubleNegation:
Exclude:
- 'lib/mailerlite/utils.rb'
+Style/OptionalBooleanParameter:
+ Enabled: false
+
Metrics/BlockLength:
Exclude:
- '*.gemspec'
- 'spec/**/*_spec.rb'
+
+Lint/MissingSuper:
+ Enabled: false