1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/.codeclimate.yml
Cliff Braton 3ad38b6187 Add rubocop development dependency and code climate configuration. (#794)
* Add rubocop development dependency and code climate configuration.

* Add some rubocop configuration.

* Remove some configuration.
2017-04-03 17:48:08 -05:00

16 lines
197 B
YAML

---
engines:
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- "**.rb"
exclude_paths:
- spec/