Линтинг Dart и Rust в flutter_rust_bridge
engineering
frb-lint is a Claude Code skill that runs lint, format, and static analysis checks across the flutter_rust_bridge codebase from a single entry point. One call to `./frb_internal lint` covers four tools at once: `dart analyze`, `dart format`, `cargo clippy`, and `cargo fmt`. Adding the `--fix` flag applies auto-corrections automatically, while `lint-dart` and `lint-rust` subcommands let you target a single language ecosystem when needed. The skill is built for developers working at the intersection of Dart and Rust who want a unified workflow for code quality checks without manually invoking each formatter or linter in turn.
- #linting
- #code-quality
- #dart
- #rust
- #formatting