.rubocop.yml in loqate-0.1.0 vs .rubocop.yml in loqate-0.2.0
- old
+ new
@@ -3,13 +3,18 @@
# ---------------------- Metrics ----------------------
Metrics/BlockLength:
Exclude:
+ - spec/**/*_spec.rb
- loqate.gemspec
Metrics/LineLength:
Max: 120
+
+Naming/MethodName:
+ Exclude:
+ - lib/loqate/result.rb
# ----------------------- Style -----------------------
Style/FrozenStringLiteralComment:
Enabled: false