Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke committed Apr 27, 2024
1 parent 1201601 commit 17772b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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+`?"
Expand Down

0 comments on commit 17772b7

Please sign in to comment.