mirror of https://github.com/shirou/gopsutil
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
952 B
YAML
59 lines
952 B
YAML
issues:
|
|
max-same-issues: 0
|
|
exclude-rules:
|
|
- linters:
|
|
- gosec
|
|
text: G115
|
|
- linters:
|
|
- revive
|
|
text: var-naming
|
|
- linters:
|
|
- revive
|
|
text: exported
|
|
- linters:
|
|
- revive
|
|
text: empty-block
|
|
- linters:
|
|
- revive
|
|
text: unused-parameter
|
|
linters:
|
|
enable:
|
|
- asciicheck
|
|
- contextcheck
|
|
- durationcheck
|
|
- errorlint
|
|
- gci
|
|
- gofmt
|
|
- gofumpt
|
|
- goimports
|
|
- gomodguard
|
|
- gosec
|
|
- gosimple
|
|
- importas
|
|
- misspell
|
|
- nakedret
|
|
- nolintlint
|
|
- predeclared
|
|
- revive
|
|
- typecheck
|
|
- unparam
|
|
disable:
|
|
- errcheck
|
|
- govet
|
|
- ineffassign
|
|
- staticcheck
|
|
- unused
|
|
linters-settings:
|
|
gci:
|
|
sections:
|
|
- standard
|
|
- default
|
|
- prefix(github.com/shirou)
|
|
gomodguard:
|
|
blocked:
|
|
modules:
|
|
- io/ioutil:
|
|
recommandations:
|
|
- io
|
|
- os
|