mirror of
https://github.com/sbrow/nix.git
synced 2026-06-27 10:48:33 -04:00
feat(go): Added more linters.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user