feat: Basic linting config

This commit is contained in:
Anton Ovchinnikov
2025-07-13 23:50:27 +02:00
parent 4ec3e97a54
commit 053d73048c
9 changed files with 82 additions and 14 deletions
+8
View File
@@ -89,6 +89,14 @@ test-clean:
vet:
go vet ./...
.PHONY: format
format:
go fmt ./...
.PHONY: lint
lint:
golangci-lint run
.PHONY: docs-image-push
docs-image:
docker buildx build --push --platform linux/amd64,linux/arm64 -t "$(DOCS_IMAGE)" ./docs