Skip to content

Commit

Permalink
Enable the govet printf linter for e/ (#50483)
Browse files Browse the repository at this point in the history
* Update e/ reference

* Enable the govet printf linter for e/
  • Loading branch information
codingllama authored Dec 20, 2024
1 parent 075109a commit 1a1be4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion e
Submodule e updated from ffbb6c to 7d3799

0 comments on commit 1a1be4e

Please sign in to comment.