.rubocop.yml in pricehubble-1.0.0 vs .rubocop.yml in pricehubble-1.1.0
- old
+ new
@@ -30,9 +30,14 @@
# Concerns and middlewares contain by nature long blocks
- lib/pricehubble/entity/concern/**/*.rb
- lib/pricehubble/client/request/**/*.rb
- lib/pricehubble/client/response/**/*.rb
+# Our examples use +pp+ a lot
+Lint/Debugger:
+ Exclude:
+ - doc/examples/**/*.rb
+
# MFA is not yet enabled for our gems yet.
Gemspec/RequireMFA:
Enabled: false
# Document all the things.