Add .codeclimate.yml

This commit is contained in:
Simon Gabler 2015-08-02 11:41:44 +02:00
parent 2780cd0317
commit c9db579763

9
.codeclimate.yml Normal file
View file

@ -0,0 +1,9 @@
languages:
Ruby: false
JavaScript: true
Python: false
PHP: false
exclude_paths:
- "database_reports/*"
- "migrations/*"