From 644b455369f8434044d077a75f00b328e718b9ce Mon Sep 17 00:00:00 2001 From: Giovanni Tirloni Date: Tue, 5 May 2015 13:49:46 -0300 Subject: [PATCH] Configuration file for Code Climate static code analysis. --- .codeclimate.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 000000000000..171bc4fd48c2 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,5 @@ +languages: + Ruby: false + JavaScript: false + Python: true + PHP: false \ No newline at end of file