Play around with codeclimate [ci skip]

This commit is contained in:
Joshua Holmer 2016-04-07 09:42:22 -04:00
parent ad494e5a71
commit cf9fc98047

18
.codeclimate.yml Normal file
View file

@ -0,0 +1,18 @@
engines:
csslint:
enabled: false
duplication:
enabled: true
config:
languages:
- rust
eslint:
enabled: false
fixme:
enabled: true
ratings:
paths:
- "**.rs"
exclude_paths:
- tests/
- doc/