rest-client--rest-client/.rubocop.yml

9 lines
100 B
YAML

---
inherit_from:
- .rubocop-disables.yml
AllCops:
Exclude:
- 'tmp/*.rb'
- 'vendor/**/*'