Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eduardgomezescandell/sloglint

A Go linter for bad slog calls
https://github.com/eduardgomezescandell/sloglint

Last synced: 27 days ago
JSON representation

A Go linter for bad slog calls

Awesome Lists containing this project

README

        

This is a Work in progress.

Example usage:

```
$ go run .\cmd\main.go -- .\data\example.go
.\data\example.go:9:2: function call to 'slog.Info': last key has no associated value.
.\data\example.go:15:2: function call to 'slog.Debug': argument #1 should be of type string, but is int.
```