1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-05-14 19:29:16 +08:00
shirou_gopsutil/.golangci.yml

11 lines
144 B
YAML
Raw Normal View History

2021-11-05 12:04:51 +01:00
linters:
disable:
- deadcode
- errcheck
- govet
- ineffassign
- staticcheck
- structcheck
- unused
- varcheck