Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 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/