stickler — gomatic lint runner

stickler is the gomatic lint runner — a stickler for the rules. It executes a set of analyzer tools to completion, normalizes their findings into one diagnostic schema, writes the report to stdout in the chosen format, prints a pass/fail status to stderr, and reports pass/fail via the process exit code. Any finding or any tool error is a stickler failure; every tool still runs to completion first.

Note: stickler was originally conceived as a single-binary analyzer suite. That role now belongs to the yze family; stickler is the runner that orchestrates yze and other tools.

Usage

stickler [--format human|json|github] [root]

Output streams

The normalized report is written to stdout (so machine formats pipe cleanly); the pass/fail status line is written to stderr.

Planned: SARIF output, --fix (delegating to each tool’s fixer), and a stickler.yaml tool configuration. v1 runs yze + golangci-lint zero-config.