Skip to content

Commit 693bfc6

Browse files
committed
Add grpc directory to jscpd ignore
1 parent fccf31e commit 693bfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/linters/.jscpd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ignore": ["**/.github/**", "**/.git/**", "**/tests/**"],
2+
"ignore": ["**/.github/**", "**/.git/**", "**/tests/**", "src/a2a/grpc/**"],
33
"threshold": 3,
44
"reporters": ["html", "markdown"]
55
}

0 commit comments

Comments
 (0)