Merge pull request #3478 from fantasticfears/code-climate

DEV: exclude the script folder from code climate
This commit is contained in:
Régis Hanol 2015-05-16 09:52:31 +02:00
commit cab442caf2

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/*"