From ff26d89b0a364171ed640ff9659362996fbc880a Mon Sep 17 00:00:00 2001 From: Alex Comba Date: Thu, 1 Oct 2015 14:11:25 +0200 Subject: [PATCH] Add .codeclimate.yml --- .codeclimate.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .codeclimate.yml 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