Frb Lint

Use when you need to run lint, format, or clippy checks in flutter_rust_bridge

fzyzcjy Updated

File contents

FRB Lint

Note: Read frb-dev-env before running commands and follow the active user's environment rules.

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

fzyzcjy/flutter_rust_bridge/tree/main/.claude/skills/frb-lint commit bf90a46028

Frequently asked questions

npx skillmds@latest add fzyzcjy/frb-lint