Skip to content

Commit

Permalink
Enable the govet printf linter for e/
Browse files Browse the repository at this point in the history
  • Loading branch information
codingllama committed Dec 20, 2024
1 parent fe7a75a commit d4df5f2
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 @@ -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

0 comments on commit d4df5f2

Please sign in to comment.