From fe5d19e515459eab4995d6491a13d942ddc4b54d Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 17 Sep 2015 20:59:53 -0400 Subject: [PATCH] code climate yml --- .codeclimate.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000000..2d3659da46 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,8 @@ +# Save as .codeclimate.yml (note leading .) in project root directory +languages: + Ruby: true + JavaScript: true + PHP: true +exclude_paths: +- "public/vendor/*" +- "tests/*" \ No newline at end of file