Skip to content

Commit

Permalink
Adjust golangci-lint checks for govet
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rutkowski <[email protected]>
  • Loading branch information
mrutkows committed Nov 7, 2024
1 parent 4f79fec commit ac44bbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ run:
# https://golangci-lint.run/usage/false-positives/
# https://staticcheck.io/docs/
linters-settings:
govet:
disable:
- printf
staticcheck:
checks:
- all
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"gojsondiff",
"gojsonschema",
"gomod",
"govet",
"GTPL",
"hasher",
"hashstructure",
Expand Down

0 comments on commit ac44bbc

Please sign in to comment.