From b9e542168c74419ae66b646e7538e9552f1fca2d Mon Sep 17 00:00:00 2001 From: evilaliv3 Date: Tue, 22 Mar 2016 19:44:47 +0100 Subject: [PATCH] Add .codeclimate.yml to limit the audit to the library sources --- .codeclimate.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 00000000..408ace76 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,14 @@ +--- +engines: + duplication: + enabled: true + config: + languages: + - javascript + eslint: + enabled: true + fixme: + enabled: true +ratings: + paths: + - "src/*"