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

9 lines
100 B
YAML
Raw Normal View History

2014-11-28 05:25:39 +00:00
---
inherit_from:
- .rubocop-disables.yml
2017-07-05 05:09:37 +00:00
AllCops:
Exclude:
- 'tmp/*.rb'
2017-07-05 07:25:01 +00:00
- 'vendor/**/*'