DEV: exclude the script folder from code climate

This commit is contained in:
Erick Guan 2015-05-16 10:47:37 +08:00
parent 94ca9ed11f
commit f49c71ddfa

12
.codeclimate.yml Normal file
View file

@ -0,0 +1,12 @@
languages:
Ruby: true
JavaScript: true
Python: false
PHP: false
exclude_paths:
- "public/*"
- "script/*"
- "spec/*"
- "test/*"
- "vendor/*"