chore: add checkgenerate test to lint (#404)

This commit is contained in:
Dane Strandboge
2022-06-23 10:07:38 -05:00
committed by GitHub
parent 09881c0214
commit 85c690f1f1
3 changed files with 23 additions and 0 deletions

View File

@ -64,6 +64,9 @@ checktidy:
checkopenapi:
./etc/checkopenapi.sh
checkgenerate:
./etc/checkgenerate.sh
staticcheck: $(SOURCES)
go run honnef.co/go/tools/cmd/staticcheck -go $(GOVERSION) ./...