Skip to content

Commit

Permalink
[v15] Enable the govet printf linter for e/ (#50494)
Browse files Browse the repository at this point in the history
* Enable the govet printf linter for e/

* Update e/ reference
  • Loading branch information
codingllama authored Dec 20, 2024
1 parent ef5d450 commit 0698a45
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 @@ -19,6 +19,7 @@ issues:
- unused
path: 'integrations/operator/controllers/resources/(.+)_controller_test\.go'
- linters: [govet]
path-except: ^e/
text: "non-constant format string in call to github.com/gravitational/trace."
- linters: [testifylint]
text: "suite-thelper: suite helper method must start with"
Expand Down
2 changes: 1 addition & 1 deletion e
Submodule e updated from a0fb66 to 32f7a9

0 comments on commit 0698a45

Please sign in to comment.