diff --git a/.codeclimate.yml b/.codeclimate.yml index ca8200f032..e1f27889b9 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -30,9 +30,13 @@ checks: identical-code: config: threshold: 25 +plugins: + duplication: + enabled: true + config: + count_threshold: 3 exclude_patterns: - "**/test/*" - "**/dist/*" - "**/*.dist.js" - "**/templates/*" - \ No newline at end of file