From 10060a1815ed430612baa22a1a11d56f08370d79 Mon Sep 17 00:00:00 2001 From: Olivier Keshavjee Date: Fri, 26 Feb 2016 10:59:53 +0100 Subject: [PATCH] Adds codeclimate config file --- .codeclimate.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..6549c31 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,25 @@ +--- +engines: + duplication: + enabled: true + config: + languages: + - ruby + - javascript + - python + - php + fixme: + enabled: true + radon: + enabled: true +ratings: + paths: + - "**.inc" + - "**.js" + - "**.jsx" + - "**.module" + - "**.php" + - "**.py" + - "**.rb" +exclude_paths: +- libs/**/*