Skip to content

Commit

Permalink
Remove outdated check-licenses scripts (#9134)
Browse files Browse the repository at this point in the history
The check_licenses scripts in felix and typha are outdated.
We have implemented other scanners to validate license issues.
  • Loading branch information
hjiawei authored Sep 10, 2024
1 parent f543e75 commit 1e41064
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 378 deletions.
1 change: 0 additions & 1 deletion felix/check-licenses/.gitignore

This file was deleted.

191 changes: 0 additions & 191 deletions felix/check-licenses/check_licenses.go

This file was deleted.

1 change: 0 additions & 1 deletion typha/check-licenses/.gitignore

This file was deleted.

184 changes: 0 additions & 184 deletions typha/check-licenses/check_licenses.go

This file was deleted.

2 changes: 1 addition & 1 deletion typha/utils/run-coverage
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ find . -name "*.coverprofile" -type f -delete

echo "Calculating packages to cover..."
go_dirs=$(find -type f -name '*.go' | \
grep -vE '\./proto/|.glide|check-licenses|cmd/typha-client|\.go-pkg-cache' | \
grep -vE '\./proto/|.glide|cmd/typha-client|\.go-pkg-cache' | \
xargs -n 1 dirname | \
sort | uniq | \
tr '\n' ',' | \
Expand Down

0 comments on commit 1e41064

Please sign in to comment.