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

https://github.com/fatih/addlint

An example linter written with go/analysis for tutorial purposes
https://github.com/fatih/addlint

golang linter linting static-analysis tooling

Last synced: 11 months ago
JSON representation

An example linter written with go/analysis for tutorial purposes

Awesome Lists containing this project

README

          

# addlint

An example linter written with go/analysis for tutorial purposes. This is the
companion repository for the blog post about writing a custom linter with
`go/analysis`:

https://arslan.io/2019/06/13/using-go-analysis-to-write-a-custom-linter/