Skip to content

Commit

Permalink
Enable the govet printf linter for e/ (#50492)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingllama authored Dec 20, 2024
1 parent 7638787 commit 4a5ce30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ issues:
linters: [staticcheck]
text: "grpc.WithReturnConnectionError is deprecated"
- linters: [govet]
path-except: ^e/
text: "non-constant format string in call to github.com/gravitational/trace."
exclude-use-default: true
max-same-issues: 0
Expand Down

0 comments on commit 4a5ce30

Please sign in to comment.