FRB Lint
Note: Check your user-level
remote-testingrules before running commands. Lint may require remote execution.
Quick Reference
| Command | Description |
|---|---|
./frb_internal lint --fix | Run all lints and auto-fix (recommended) |
./frb_internal lint | Run all lints |
./frb_internal lint-dart | Dart only |
./frb_internal lint-rust | Rust only |
What Lint Includes
It contains:
- •
dart analyze - •
dart format - •
cargo clippy - •
cargo fmt