Skip to content

Commit

Permalink
pre-commit: ban Msgf() from zerolog
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Jan 3, 2024
1 parent 0f6576a commit 56886c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ repos:
- id: go-vet-mod
#- id: go-staticcheck-repo-mod
# TODO: reenable this and fix all the problems

- repo: https://github.com/beeper/pre-commit-go
rev: v0.2.3
hooks:
- id: zerolog-ban-msgf

0 comments on commit 56886c3

Please sign in to comment.