Skip to content

Commit

Permalink
Deprecate lint in favor of https://github.com/ykadowak/zerologlint (r…
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar authored and mAdkins committed Mar 2, 2024
1 parent d4b8a49 commit 7feb149
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/lint/README.md
@@ -1,5 +1,7 @@
# Zerolog Lint

**DEPRECATED: In favor of https://github.com/ykadowak/zerologlint which is integrated with `go vet` and [golangci-lint](https://golangci-lint.run/).**

This is a basic linter that checks for missing log event finishers. Finds errors like: `log.Error().Int64("userID": 5)` - missing the `Msg`/`Msgf` finishers.

## Problem
Expand Down

0 comments on commit 7feb149

Please sign in to comment.