Ecosyste.ms: Awesome
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: 2 months ago
JSON representation
An example linter written with go/analysis for tutorial purposes
- Host: GitHub
- URL: https://github.com/fatih/addlint
- Owner: fatih
- License: mit
- Created: 2019-05-15T22:55:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T18:19:22.000Z (over 5 years ago)
- Last Synced: 2024-06-18T20:06:58.348Z (6 months ago)
- Topics: golang, linter, linting, static-analysis, tooling
- Language: Go
- Homepage: https://arslan.io/2019/06/13/using-go-analysis-to-write-a-custom-linter/
- Size: 3.91 KB
- Stars: 57
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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/