review suggestion

This commit is contained in:
grumbulon 2022-12-31 10:58:20 -05:00
parent c3c533558f
commit e2fbc9b1a1
1 changed files with 2 additions and 2 deletions

View File

@ -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