diff --git a/.golangci.yaml b/.golangci.yaml index 5b7b4378d..1fa0a48fe 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -15,7 +15,7 @@ issues: - don't use underscores in Go names - don't use an underscore in package name - exported type .+ should have comment or be unexported - - "exported: func name will be used as pdh.Pdh.+" + - func name will be used as pdh.Pdh.+ exclude-rules: - # Golint has many capitalisation complaints on WMI class names text: "`?\\w+`? should be `?\\w+`?"