Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kobtea committed Jan 3, 2023
1 parent 14b5f1a commit f035d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ setup:
go get golang.org/x/tools/cmd/goimports

lint:
docker run --rm -v $(shell pwd):/app -w /app golangci/golangci-lint golangci-lint run -E gofmt,goimports --timeout 5m
golangci-lint run -E gofmt,goimports --timeout 5m

fmt:
go fmt ./...
Expand Down

0 comments on commit f035d9f

Please sign in to comment.