From ae969a9a10020e6976746d881dadb933a346acd2 Mon Sep 17 00:00:00 2001 From: evilaliv3 Date: Tue, 22 Mar 2016 20:20:07 +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..e339d401 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,14 @@ +--- +engines: + duplication: + enabled: true + config: + languages: + - javascript + eslint: + enabled: true + fixme: + enabled: true +ratings: + paths: + - "lib/**/*"