godlint-cli 0.1.6

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

godlint

Command-line interface for Godlint, a deterministic code-policy engine for Rust, TypeScript, JavaScript and Python.

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.