1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00
rest-client--rest-client/.rubocop.yml

9 lines
100 B
YAML
Raw Normal View History

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