From 0602a1481b3e282b3bbf6e19f15a96a5444d9703 Mon Sep 17 00:00:00 2001 From: Prempal Singh Date: Sat, 28 Oct 2017 13:01:41 +0530 Subject: [PATCH] Create .codeclimate.yml --- .codeclimate.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..dabb39f --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,16 @@ +--- +engines: + duplication: + enabled: true + config: + languages: + - javascript + eslint: + enabled: true + fixme: + enabled: true +ratings: + paths: + - "**.js" +exclude_paths: +- test/**/*