shirou_gopsutil/.golangci.yml

16 lines
211 B
YAML
Raw Normal View History

2021-11-05 19:04:51 +08:00
linters:
2021-12-05 05:29:38 +08:00
enable:
- errorlint
2021-12-05 05:37:30 +08:00
- gci
2021-12-05 05:29:38 +08:00
- gosimple
- typecheck
2021-11-05 19:04:51 +08:00
disable:
- deadcode
- errcheck
- govet
- ineffassign
- staticcheck
- structcheck
- unused
- varcheck