mirror of https://github.com/shirou/gopsutil
11 lines
144 B
YAML
11 lines
144 B
YAML
3 years ago
|
linters:
|
||
|
disable:
|
||
|
- deadcode
|
||
|
- errcheck
|
||
|
- govet
|
||
|
- ineffassign
|
||
|
- staticcheck
|
||
|
- structcheck
|
||
|
- unused
|
||
|
- varcheck
|