From 8203a980a48fe1c5cb7870f1edd9cfa97bd2c397 Mon Sep 17 00:00:00 2001 From: Matt Bernier Date: Mon, 30 Oct 2017 00:09:40 -0600 Subject: [PATCH] Update .codeclimate.yml --- .codeclimate.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index dabb39f..a4dff10 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,5 +1,5 @@ --- -engines: +plugins: duplication: enabled: true config: @@ -9,8 +9,3 @@ engines: enabled: true fixme: enabled: true -ratings: - paths: - - "**.js" -exclude_paths: -- test/**/*