Skip to content

Commit

Permalink
feat(sggolangcilint): add slog linter
Browse files Browse the repository at this point in the history
  • Loading branch information
thall committed Oct 21, 2024
1 parent 01b2374 commit fb6cc41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/sggolangcilint/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ linters:
# [fast: false, auto-fix: false]
- spancheck

# Ensure consistent code style when using log/slog.
- sloglint
linters-settings:
gomodguard:
blocked:
Expand Down

0 comments on commit fb6cc41

Please sign in to comment.