mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 14:51:44 +00:00
Ignore changes to ThirdPartyLicenses in go generate check (#10743)
This commit is contained in:
parent
4892a5c43b
commit
c92f57caa6
@ -14,7 +14,7 @@ main() {
|
||||
# Runs generate.sh and ensures no files changed. This relies on the go
|
||||
# generation that ran are idempotent.
|
||||
./dev/generate.sh
|
||||
git diff --exit-code -- . ':!go.sum'
|
||||
git diff --exit-code -- . ':!go.sum' ':!ThirdPartyLicensesNpm.csv'
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user