Skip to content

Commit d8a8e7c

Browse files
Update jscpd configuration to ignore linters directory in duplicate code checks
1 parent 9b83e03 commit d8a8e7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/linters/.jscpd.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"consoleFull"
55
],
66
"ignore": [
7-
"**/tests/**"
7+
"**/tests/**",
8+
"**/linters/**"
89
],
910
"absolute": true
1011
}

0 commit comments

Comments
 (0)