2019-10-19 14:50:13 +00:00
|
|
|
linters:
|
|
|
|
disable-all: true
|
|
|
|
enable:
|
|
|
|
- errcheck
|
|
|
|
- govet
|
|
|
|
- gofmt
|
|
|
|
- ineffassign
|
2024-05-11 23:27:13 +00:00
|
|
|
- loggercheck
|
2024-05-11 10:05:45 +00:00
|
|
|
- nilnil
|
|
|
|
- nilerr
|
2024-05-12 23:18:14 +00:00
|
|
|
- perfsprint
|
2024-05-12 22:31:11 +00:00
|
|
|
- prealloc
|
2024-05-11 23:27:13 +00:00
|
|
|
- revive
|
|
|
|
- unconvert
|
2024-05-11 10:05:45 +00:00
|
|
|
- unparam
|
2019-10-19 14:50:13 +00:00
|
|
|
|
|
|
|
issues:
|
|
|
|
exclude:
|
|
|
|
- don't use underscores in Go names
|
2023-11-04 19:51:35 +00:00
|
|
|
- don't use an underscore in package name
|
2019-10-19 14:50:13 +00:00
|
|
|
- exported type .+ should have comment or be unexported
|
|
|
|
exclude-rules:
|
|
|
|
- # Golint has many capitalisation complaints on WMI class names
|
|
|
|
text: "`?\\w+`? should be `?\\w+`?"
|
|
|
|
linters:
|
2021-12-24 10:19:05 +00:00
|
|
|
- revive
|
|
|
|
- text: "don't use ALL_CAPS in Go names; use CamelCase"
|
|
|
|
linters:
|
|
|
|
- revive
|