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/**/*