From 72928dbd895b05d49e675775ca522192c8c98d0c Mon Sep 17 00:00:00 2001 From: Abby Armada Date: Fri, 3 Mar 2017 17:47:03 -0500 Subject: [PATCH] Update .codeclimate.yml - Fixed config so it does not error anymore. --- .codeclimate.yml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 951446dd..d90fcb91 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,25 @@ engines: - exclude_paths: - - lib/**/* + duplication: + enabled: true + config: + languages: + - ruby + - javascript + - python + - php + eslint: + enabled: true + fixme: + enabled: true +ratings: + paths: + - "**.inc" + - "**.js" + - "**.jsx" + - "**.module" + - "**.php" + - "**.py" + - "**.rb" +exclude_paths: +- spec/ +- lib/**/*