Compare commits

..

1 Commits

Author SHA1 Message Date
a04bcb77ed
chore(deps): update docker.io/golangci/golangci-lint docker tag to v1.63.4
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2025-01-03 20:10:09 +00:00

View File

@ -1,8 +1,6 @@
issues:
exclude-dirs:
- it
run: run:
skip-dirs:
- it
timeout: 10m timeout: 10m
tests: true tests: true
@ -10,13 +8,16 @@ linters:
disable-all: true disable-all: true
enable: enable:
# Default # Default
- deadcode
- errcheck - errcheck
- gosimple - gosimple
- govet - govet
- ineffassign - ineffassign
- staticcheck - staticcheck
- structcheck
- typecheck - typecheck
- unused - unused
- varcheck
# Additionally linters # Additionally linters
- bodyclose - bodyclose