diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 000000000..b7eae571b --- /dev/null +++ b/.codeclimate.yml @@ -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