code climate yml

This commit is contained in:
barisusakli
2015-09-17 20:59:53 -04:00
parent 1182237f3d
commit fe5d19e515

8
.codeclimate.yml Normal file
View File

@@ -0,0 +1,8 @@
# Save as .codeclimate.yml (note leading .) in project root directory
languages:
Ruby: true
JavaScript: true
PHP: true
exclude_paths:
- "public/vendor/*"
- "tests/*"