diff --git a/.github/workflows/jscpd.json b/.github/workflows/jscpd.json index e5ca683d1c8..dd5faa12b30 100644 --- a/.github/workflows/jscpd.json +++ b/.github/workflows/jscpd.json @@ -3,7 +3,7 @@ "ignore": ["**node_modules**", "**dist**", "**/scripts/**"], "gitignore": true, "threshold": 3.0, - "minLines": 3, + "minLines": 10, "output": "./", "reporters": ["json"] }