Some checks failed
CI / build (push) Failing after 34s
- gofmt: fix struct field alignment in types.go, resource_server.go, data_source_ssh_keys_by_user.go - nilerr: refactor GetAllPages pagination detection to avoid returning nil error when json.Unmarshal fails (intentional passthrough for non-paginated responses) - .golangci.yml: replace deprecated linter names (vet -> govet, tenv -> usetesting) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
24 lines
339 B
YAML
24 lines
339 B
YAML
issues:
|
|
max-per-linter: 0
|
|
max-same-issues: 0
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- durationcheck
|
|
- errcheck
|
|
- forcetypeassert
|
|
- godot
|
|
- gofmt
|
|
- gosimple
|
|
- ineffassign
|
|
- misspell
|
|
- nilerr
|
|
- predeclared
|
|
- staticcheck
|
|
- usetesting
|
|
- unconvert
|
|
- unparam
|
|
- unused
|
|
- govet
|