mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 07:12:46 +01:00
9 lines
185 B
Makefile
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 ./...
|