chore(golangci-lint): remove old config
Some checks failed
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 6s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Failing after 11s
Markdown linter / markdown-lint (push) Successful in 4s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Successful in 21s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Failing after 35s

This commit is contained in:
Markus Pesch 2025-06-01 14:44:05 +02:00
parent 8f1ad841d6
commit 1e105c73fb
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -1,28 +0,0 @@
issues:
exclude-dirs:
- it
run:
timeout: 10m
tests: true
linters:
disable-all: true
enable:
# Default
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- typecheck
- unused
# Additionally linters
- bodyclose
- misspell
- nilerr
- rowserrcheck
- sqlclosecheck
- unparam
- whitespace