mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-09 20:16:35 +00:00
Remove unused *prometheus.Desc return value from collectors collect() function (#1475)
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
linters:
|
||||
disable-all: true
|
||||
enable:
|
||||
- deadcode
|
||||
- errcheck
|
||||
- revive
|
||||
- govet
|
||||
- gofmt
|
||||
- ineffassign
|
||||
- unconvert
|
||||
- varcheck
|
||||
- nilnil
|
||||
- nilerr
|
||||
- unparam
|
||||
- loggercheck
|
||||
|
||||
issues:
|
||||
exclude:
|
||||
|
||||
Reference in New Issue
Block a user