mirror of
https://github.com/sbrow/nix.git
synced 2026-06-27 18:58:32 -04:00
23 lines
320 B
YAML
23 lines
320 B
YAML
version: "2"
|
|
linters:
|
|
default: standard
|
|
enable:
|
|
- bidichk
|
|
- contextcheck
|
|
- decorder
|
|
- exhaustive
|
|
- fatcontext
|
|
- gosec
|
|
- govet
|
|
- intrange
|
|
- maintidx
|
|
- modernize
|
|
- noctx
|
|
- prealloc
|
|
- recvcheck
|
|
- sloglint
|
|
- usestdlibvars
|
|
formatters:
|
|
enable:
|
|
- goimports
|