Skip to content

Commit 627d31b

Browse files
committed
build: verify formatting in build
1 parent 07a9bc0 commit 627d31b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ tidy:
3535
## audit: run quality control checks
3636
.PHONY: audit
3737
audit:
38+
gofmt -l .
3839
go vet ./...
3940
go run honnef.co/go/tools/cmd/staticcheck@latest -checks=all,-SA1019,-ST1000,-U1000,-ST1003 ./...
4041
go test -race -vet=off -coverprofile=coverage.out ./...

0 commit comments

Comments
 (0)