2023-06-19 00:05:58 +02:00
|
|
|
# Visit https://golangci-lint.run/ for usage documentation
|
|
|
|
# and information on other useful linters
|
|
|
|
issues:
|
2025-02-17 22:27:41 +01:00
|
|
|
max-issues-per-linter: 0
|
2023-06-19 00:05:58 +02:00
|
|
|
max-same-issues: 0
|
|
|
|
|
|
|
|
linters:
|
|
|
|
disable-all: true
|
|
|
|
enable:
|
2025-02-14 13:14:03 +01:00
|
|
|
- copyloopvar
|
2023-06-19 00:05:58 +02:00
|
|
|
- durationcheck
|
|
|
|
- errcheck
|
|
|
|
- forcetypeassert
|
|
|
|
- godot
|
|
|
|
- gofmt
|
|
|
|
- gosimple
|
2025-02-14 13:14:03 +01:00
|
|
|
- govet
|
2023-06-19 00:05:58 +02:00
|
|
|
- ineffassign
|
|
|
|
- makezero
|
|
|
|
- misspell
|
|
|
|
- nilerr
|
|
|
|
- predeclared
|
|
|
|
- staticcheck
|
|
|
|
- unconvert
|
|
|
|
- unparam
|
|
|
|
- unused
|