Skip to content

Commit

Permalink
chore: Ignore govet printf pass
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Aug 18, 2024
1 parent 3ebb8c3 commit 8981e13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ linters-settings:
- nilness
- stdmethods
- unmarshal
disable:
- printf
revive:
# See: https://github.com/mgechev/revive#available-rules
ignore-generated-header: true
Expand Down

0 comments on commit 8981e13

Please sign in to comment.