mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
Add .codeclimate.yml
This commit is contained in:
7
.codeclimate.yml
Normal file
7
.codeclimate.yml
Normal 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
|
||||
Reference in New Issue
Block a user