From 3b45cc298bb712a45cbfd41ea62f5b61f09b650a Mon Sep 17 00:00:00 2001 From: Scott Larkin Date: Tue, 29 Nov 2016 13:22:15 -0500 Subject: [PATCH] Create .codeclimate.yml Created a Code Climate config with our duplication engine and ESLint enabled. --- .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 0000000000..8967f61865 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,12 @@ +engines: + duplication: + enabled: true + config: + languages: + - javascript + eslint: + enabled: true +ratings: + paths: + - "**.js" +#exclude_paths: