Files
catalyst/Makefile
2023-10-19 00:41:37 +02:00

9 lines
185 B
Makefile

.PHONY: lint
lint:
golangci-lint run ./...
.PHONY: fmt
fmt:
gci write -s standard -s default -s "prefix(github.com/SecurityBrewery/catalyst)" .
# gofumpt -l -w .
# wsl --fix ./...