From 85b3f164777084e2d257db2aa061a86d0f0363cf Mon Sep 17 00:00:00 2001 From: John Haugeland Date: Tue, 27 Jun 2017 14:18:53 -0700 Subject: [PATCH] okay let's try one of their sourced ymls --- .codeclimate.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..8359b7d2 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,20 @@ +engines: + csslint: + enabled: true + duplication: + enabled: true + config: + languages: + - javascript + eslint: + enabled: true + fixme: + enabled: true +ratings: + paths: + - "**.css" + - "**.js" + - "**.jsx" +exclude_paths: +- dist/ +- docs/