Deny workspace warnings and lint suppressions, consolidate Rust and Python coverage under cargo xtask test with 60-second per-test limits, and remove stale flaky, stateful, Docker, and orphaned test artifacts.
6 lines
182 B
TOML
6 lines
182 B
TOML
[build]
|
|
rustc-workspace-wrapper = "tools/actor-control-flow-lint/rustc-wrapper.py"
|
|
|
|
[alias]
|
|
xtask = "run --package xtask --"
|
|
lint = "clippy --workspace --all-targets --all-features"
|