Add codeclimate config

This commit is contained in:
Evert Timberg 2016-02-14 10:08:00 -05:00
parent 58fcb37760
commit 41f2b5707a

4
.codeclimate.yml Normal file
View File

@ -0,0 +1,4 @@
## Exclude dist files and samples from codeclimate
exclude_paths:
- dist/**/*
- samples/**/*