Lint

Run all linters and formatters

goldziher d4ab50b 443 B Updated

File contents

Lint

Run all linters and formatters to check code quality.

Steps

  1. Run cargo fmt -- --check to verify formatting.
  2. Run cargo clippy -- -D warnings to check for lint issues.
  3. Run poly fmt --check . and poly lint . to verify formatting and lint the codebase.
  4. Report any issues found, grouped by tool.
  5. If everything passes, confirm the codebase is clean.

goldziher/gitfluff/tree/main/.claude/skills/lint commit d4ab50b4c1

Frequently asked questions

npx skillmds@latest add goldziher/lint