godlint-cli 0.2.0

Command-line interface for Godlint.
godlint-cli-0.2.0 is not a library.

godlint

Command-line interface for Godlint, the executable engineering constitution for repositories maintained by humans and coding agents.

cargo install godlint-cli
# godlint.yaml
version: 1
suites: [recommended@1]
godlint check

check exits non-zero when a finding is at or above fail-on, so enforcing the policy is one line in CI. See the repository README for the rule list and configuration reference.