This commit is contained in:
Deluan 2023-06-19 11:19:43 -04:00 committed by Joe Stump
parent 3edec760fb
commit e0befe24d0
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -47,7 +47,7 @@ lintall: lint ##@Development Lint Go and JS code
format: ##@Development Format code
@(cd ./ui && npm run prettier)
@go run golang.org/x/tools/cmd/goimports -w `find . -name '*.go' | grep -v '_gen.go$''`
@go run golang.org/x/tools/cmd/goimports -w `find . -name '*.go' | grep -v _gen.go$$`
@go mod tidy
.PHONY: format