@@ -2,3 +2,10 @@ default: test
test:
go test -v -count=1 ./...
fmt:
go fmt ./...
lint:
golangci-lint run
sh -c 'test -z "$$(gofmt -l .)"'
The note is not visible to the blocked user.