Add .codeclimate.yml

This commit is contained in:
Alex Comba
2015-10-01 14:11:25 +02:00
parent 50ce302cc0
commit ff26d89b0a

7
.codeclimate.yml Normal file
View File

@@ -0,0 +1,7 @@
languages:
JavaScript: true
Python: true
exclude_paths:
- "__unported__/*"
- "*/__openerp__.py" # because this is fed to eval
- "*/migrations/*" # without OpenUpgrade, repetitions can be necessary