From 04798f745c606a4c09886a029ecdbfb88e5557b0 Mon Sep 17 00:00:00 2001 From: ABaldwinHunter Date: Tue, 17 May 2016 18:20:08 -0400 Subject: [PATCH] Add codeclimate analysis --- .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..3582bcf --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,25 @@ +--- +engines: + duplication: + enabled: true + config: + languages: + - ruby + - javascript + - python + - php + fixme: + enabled: true + phpmd: + enabled: true +ratings: + paths: + - "**.inc" + - "**.js" + - "**.jsx" + - "**.module" + - "**.php" + - "**.py" + - "**.rb" +exclude_paths: +- tests/