Lintpack Save

Build Go linters from lintpack-compatible packages. Also serves as a framework for writing checkers.

Project README

Build Status Go Report Card

Quick start / Installation / Usage

Install lintpack:

go get -v -u github.com/go-lintpack/lintpack/...

Install checkers from go-critic/checkers:

# You'll need to have sources under your Go workspace first:
go get -v -u github.com/go-critic/go-critic/...
# Now build a linter that includes all checks from that package:
lintpack build -o gocritic github.com/go-critic/go-critic/checkers
# Executable gocritic is created and can be used as a standalone linter.

Produced binary includes basic help as well as supported checks documentation.

So, the process is simple:

  • Get the lintpack linter builder
  • Build linter from checks implemented in different repos, by various vendors
Open Source Agenda is not affiliated with "Lintpack" Project. README Source: go-lintpack/lintpack
Stars
28
Open Issues
12
Last Commit
4 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating