From 7d3f0da75c2f74264f5f9016f822508a9e10b9d2 Mon Sep 17 00:00:00 2001 From: Scott Larkin Date: Mon, 5 Dec 2016 16:06:17 -0500 Subject: [PATCH] Create .codeclimate.yml Created a Code Climate config that uses your existing ESLint configuration (also, enabled our Duplication engine). --- .codeclimate.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 000000000..3e82c0d31 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,12 @@ +engines: + duplication: + enabled: true + config: + languages: + - javascript + eslint: + enabled: true +ratings: + paths: + - "**.js" +exclude_paths: