Some checks failed
CI / build (push) Failing after 1m3s
golangci-lint v1.64+ removed max-per-linter and max-same-issues from the issues section schema. Remove them to pass config validation in CI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
289 B
YAML
20 lines
289 B
YAML
linters:
|
|
disable-all: true
|
|
enable:
|
|
- durationcheck
|
|
- errcheck
|
|
- forcetypeassert
|
|
- godot
|
|
- gofmt
|
|
- gosimple
|
|
- ineffassign
|
|
- misspell
|
|
- nilerr
|
|
- predeclared
|
|
- staticcheck
|
|
- usetesting
|
|
- unconvert
|
|
- unparam
|
|
- unused
|
|
- govet
|