ci: update linters settings ()

This commit is contained in:
Cian Johnston 2025-03-13 11:15:58 +00:00 committed by GitHub
parent b86f527238
commit 99b0d0257b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,19 +9,18 @@ linters:
enable: enable:
- durationcheck - durationcheck
- errcheck - errcheck
- exportloopref
- forcetypeassert - forcetypeassert
- godot - godot
- gofmt - gofmt
- gosimple - gosimple
- govet
- ineffassign - ineffassign
- makezero - makezero
- misspell - misspell
- nilerr - nilerr
- predeclared - predeclared
- staticcheck - staticcheck
- tenv
- unconvert - unconvert
- unparam - unparam
- unused - unused
- vet - usetesting