Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 492 Bytes

File metadata and controls

15 lines (10 loc) · 492 Bytes

loopkit

The Loop Language compiler — validates skill repositories against the Loop Language spec.

Verification Commands

Always use +stable toolchain to match CI (which uses dtolnay/rust-toolchain@stable).

cargo +stable clippy --workspace --all-targets -- -D warnings
cargo +stable fmt --all -- --check
NO_COLOR=1 cargo +stable test --workspace

All three must pass before committing. Local nightly toolchain may not catch all lints that stable clippy enforces.