diff --git a/.github/linters/.jscpd.json b/.github/linters/.jscpd.json index fb0f3b60..f8ac4cca 100644 --- a/.github/linters/.jscpd.json +++ b/.github/linters/.jscpd.json @@ -1,5 +1,5 @@ { "ignore": ["**/.github/**", "**/.git/**", "**/tests/**", "**/examples/**"], - "threshold": 3, + "threshold": 0, "reporters": ["html", "markdown"] }