Skip to content

Commit 52117a7

Browse files
committed
Update JSCPD to ignore /src/a2a/grpc/**
1 parent feaa218 commit 52117a7

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/**", "src/a2a/grpc/**"],
2+
"ignore": ["**/.github/**", "**/.git/**", "**/tests/**", "**/src/a2a/grpc/**", "**/.nox/**", "**/.venv/**"],
33
"threshold": 3,
44
"reporters": ["html", "markdown"]
55
}

0 commit comments

Comments
 (0)