Skip to content

Commit ff26d89

Browse files
committed
Add .codeclimate.yml
1 parent 50ce302 commit ff26d89

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.codeclimate.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
languages:
2+
JavaScript: true
3+
Python: true
4+
exclude_paths:
5+
- "__unported__/*"
6+
- "*/__openerp__.py" # because this is fed to eval
7+
- "*/migrations/*" # without OpenUpgrade, repetitions can be necessary

0 commit comments

Comments
 (0)