Compare commits

...

2 Commits

Author SHA1 Message Date
b56521645e
test(golangci): adapt list of default linters
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2025-01-08 19:11:04 +01:00
95a3fed462
test(golangci): adapt golang-ci configuration 2025-01-08 19:09:30 +01:00

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