Compare commits

2 Commits
Author SHA1 Message Date
volker.raschek b56521645e test(golangci): adapt list of default linters
continuous-integration/drone/push Build encountered an error
2025-01-08 19:11:04 +01:00
volker.raschek 95a3fed462 test(golangci): adapt golang-ci configuration 2025-01-08 19:09:30 +01:00
+4 -5
View File
@@ -1,6 +1,8 @@
run:
skip-dirs:
issues:
exclude-dirs:
- it
run:
timeout: 10m
tests: true
@@ -8,16 +10,13 @@ linters:
disable-all: true
enable:
# Default
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
# Additionally linters
- bodyclose