From c9db5797638a88adbcfc33eda3e89a48cee19927 Mon Sep 17 00:00:00 2001 From: Simon Gabler Date: Sun, 2 Aug 2015 11:41:44 +0200 Subject: [PATCH] Add .codeclimate.yml --- .codeclimate.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000000..d153bc321d --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,9 @@ +languages: + Ruby: false + JavaScript: true + Python: false + PHP: false + +exclude_paths: +- "database_reports/*" +- "migrations/*"