Skip to content

Commit 0f89bcb

Browse files
committed
decrease min line threshold
1 parent e7357c0 commit 0f89bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jscpd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"ignore": ["**node_modules**", "**dist**"],
44
"gitignore": true,
55
"threshold": 3.0,
6-
"minLines": 5,
6+
"minLines": 3,
77
"output": "./",
88
"reporters": ["json"]
99
}

0 commit comments

Comments
 (0)