fabro/nodes/lint_rust/script_invocation.json
Fabro c9a803b53e checkpoint
⚒️ Generated with [Fabro](https://fabro.sh)
2026-04-01 10:40:24 -04:00

5 lines
No EOL
143 B
JSON

{
"command": "cargo fmt --check --all 2>&1 && cargo clippy -q --workspace -- -D warnings 2>&1",
"language": "shell",
"timeout_ms": null
}