Skip to content

Commit b98a95a

Browse files
committed
scripts: drop unused third_party/ filters
External code lives in vendor/ not third_party/ for Go.
1 parent ab0a7e5 commit b98a95a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/presubmit.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,9 @@ main() {
6666
grep -v .pb.go | \
6767
grep -v .pb.gw.go | \
6868
grep -v _string.go | \
69-
grep -v third_party/ | \
7069
grep -v vendor/ | \
7170
tr '\n' ' ')"
7271
local proto_srcs="$(find . -name '*.proto' | \
73-
grep -v third_party/ | \
7472
grep -v vendor/ | \
7573
tr '\n' ' ')"
7674

@@ -106,7 +104,6 @@ main() {
106104
fi
107105

108106
local go_dirs="$(go list ./... | \
109-
grep -v /third_party/ | \
110107
grep -v /vendor/)"
111108

112109
if [[ "${run_generate}" -eq 1 ]]; then

0 commit comments

Comments
 (0)