diff --git a/.github/linters/.jscpd.json b/.github/linters/.jscpd.json index 6eb5f17..e0d5a52 100644 --- a/.github/linters/.jscpd.json +++ b/.github/linters/.jscpd.json @@ -1,3 +1,5 @@ { - "threshold": 3 + "ignore": [ + "**/install*.sh" + ] } \ No newline at end of file