diff --git a/.codeclimate.yml b/.codeclimate.yml index 95aa3cc..38b907b 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,7 +1,7 @@ -languages: - JavaScript: true -exclude_paths: -- "dist/**/*" -- "dist/*.js" -- "dist/**/*.js" -- "dist/**.js" \ No newline at end of file +engines: + duplication: + enabled: true + config: + languages: + javascript: + mass_threshold: 50 \ No newline at end of file