mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-22 04:53:46 +00:00
review suggestion
This commit is contained in:
parent
c3c533558f
commit
e2fbc9b1a1
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -14,6 +14,6 @@ frontend:
|
|||
backend: $(GO_SOURCES)
|
||||
go build ./cmd/pomme
|
||||
|
||||
lint:
|
||||
lint-backend:
|
||||
golangci-lint run --timeout=5m --out-format colored-line-number:stdout
|
||||
.PHONY: lint
|
||||
.PHONY: lint-backend
|
Loading…
Reference in a new issue