code climate yml

v1.18.x
barisusakli 9 years ago
parent 1182237f3d
commit fe5d19e515

@ -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/*"
Loading…
Cancel
Save