1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-26 13:48:59 +08:00
shirou_gopsutil/.golangci.yml

15 lines
201 B
YAML
Raw Normal View History

2021-11-05 12:04:51 +01:00
linters:
2021-12-04 22:29:38 +01:00
enable:
- errorlint
- gosimple
- typecheck
2021-11-05 12:04:51 +01:00
disable:
- deadcode
- errcheck
- govet
- ineffassign
- staticcheck
- structcheck
- unused
- varcheck