1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-05-10 19:29:14 +08:00
shirou_gopsutil/.golangci.yml
2021-11-05 17:40:19 +01:00

11 lines
144 B
YAML

linters:
disable:
- deadcode
- errcheck
- govet
- ineffassign
- staticcheck
- structcheck
- unused
- varcheck