feat(go): Added more linters.

This commit is contained in:
Spencer Brower
2026-05-20 13:22:58 -04:00
parent 34840540c3
commit e815d8745b

View File

@@ -3,17 +3,20 @@ linters:
default: standard default: standard
enable: enable:
- bidichk - bidichk
- containedctx
- contextcheck - contextcheck
- decorder - decorder
- err13 - err13
- errorlint - errorlint
- exhaustive - exhaustive
- fatcontext - fatcontext
- gocritic
- gosec - gosec
- govet - govet
- intrange - intrange
- maintidx - maintidx
- modernize - modernize
- nilnil
- noctx - noctx
- prealloc - prealloc
- recvcheck - recvcheck