fix(Makefile): adapt Makefile and golangci lint
Some checks failed
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Failing after 5s
Markdown linter / markdown-lint (push) Failing after 2s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Failing after 15s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Successful in 2m1s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Successful in 2m51s

This commit is contained in:
2025-06-01 13:23:40 +02:00
parent 9eed0fe492
commit b8cb19ea7b
3 changed files with 99 additions and 70 deletions

View File

@ -74,7 +74,7 @@ func validateFlags(cliCtx *kong.Context) {
}
}
if !flagsValid {
cliCtx.PrintUsage(false)
_ = cliCtx.PrintUsage(false)
fmt.Println()
for i := 0; i < len(messages); i++ {
fmt.Println(messages[i])