Skill Claude CodeCodex
Running poly lint / poly fmt — --fix, --format pretty|json|toon, --exclude, --config, exit codes, inline suppression, and the check → read-json → fix → re-check loop.
10 2d ago A 42 tokens
original MIT
6 tagged code formatter, measured the same way as everything else here.
Browse within: formatter 6Lint 5code-quality 5
Skill Claude CodeCodex
Running poly lint / poly fmt — --fix, --format pretty|json|toon, --exclude, --config, exit codes, inline suppression, and the check → read-json → fix → re-check loop.
Skill Claude CodeCodex
Use poly as the single lint/format gate instead of invoking ruff/oxlint/rustfmt directly — one poly.toml, poly hooks install, poly migrate, CI via the Goldziher/poly setup Action.
Skill Claude CodeCodex
Five mechanisms decide what actually inspects a file (crates/poly-core/src/registry.rs).