Skip to content

Commit

Permalink
ci: enable sloglint in golangci-lint
Browse files Browse the repository at this point in the history
Signed-off-by: TJ Hoplock <[email protected]>
  • Loading branch information
tjhop committed Oct 18, 2024
1 parent 90bb0c0 commit 3db8be8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
linters:
enable:
- sloglint

issues:
exclude-rules:
- path: _test.go
Expand Down

0 comments on commit 3db8be8

Please sign in to comment.