From c9db5797638a88adbcfc33eda3e89a48cee19927 Mon Sep 17 00:00:00 2001 From: Simon Gabler Date: Sun, 2 Aug 2015 11:41:44 +0200 Subject: [PATCH 1/2] 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/*" From cfa2d937b28a04b7044dfc2b8e621f772b2991fd Mon Sep 17 00:00:00 2001 From: Simon Gabler Date: Sun, 2 Aug 2015 17:54:05 +0200 Subject: [PATCH 2/2] Only list javascript in .codeclimate.yml --- .codeclimate.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index d153bc321d..34b10f53ca 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,8 +1,5 @@ languages: - Ruby: false JavaScript: true - Python: false - PHP: false exclude_paths: - "database_reports/*"