fix golint complaints

This commit is contained in:
André Roth
2024-03-06 06:21:36 +01:00
parent 1001ca92c8
commit 72a7780054
13 changed files with 26 additions and 23 deletions
+3
View File
@@ -90,4 +90,7 @@ docker-build:
docker-system-tests:
docker run --rm -it -v ${PWD}:/app aptly-system-test
golangci-lint:
docker run -t --rm -v ~/.cache/golangci-lint/v1.56.2:/root/.cache -v ${PWD}:/app -w /app golangci/golangci-lint:v1.56.2 golangci-lint run -v
.PHONY: man modules version release goxc docker-build docker-system-tests