go-lintpack/lintpack
Build Go linters from lintpack-compatible packages. Also serves as a framework for writing checkers.
This tool helps Go developers create custom code analysis tools. You feed it existing 'checker' packages, and it generates a standalone program that can automatically review Go source code for potential issues. The primary users are Go developers who want to enforce specific coding standards or identify common errors within their projects.
No commits in the last 6 months.
Use this if you are a Go developer who needs to combine multiple code quality checks into a single, custom linter for your Go projects.
Not ideal if you are looking for a pre-built linter and don't intend to customize or combine different code analysis rules.
Stars
29
Forks
2
Language
Go
License
BSD-3-Clause
Category
Last pushed
Mar 19, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/go-lintpack/lintpack"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.