This commit is contained in:
Jonas Plum
2023-10-19 00:41:37 +02:00
committed by GitHub
parent e41c50c9c2
commit e0a8e3e479
11 changed files with 79 additions and 675 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
.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 ./...