Sui Move linter with a Clippy-shaped CLI: named lints, categories, sui-clippy.toml, JSON/SARIF output, optional --typed compiler pass (--features move_compiler), and sui-clippy-lsp.
| Book (mdBook) | book/ — run mdbook build inside that directory after installing mdBook. Modeled on rust-clippy’s book. |
| Lint list (web) | GitHub Pages: Settings → Pages → GitHub Actions, then push to main / master (.github/workflows/pages.yml). Site: https://YOUR_USER.github.io/REPO_NAME/ — book at /, searchable lints at /lints/. Local: cargo run -p sui-clippy-docgen && cd book && mdbook build, then serve book/build/. Same role as rust-clippy’s lint index. |
| Code Scanning | book/src/github_code_scanning.md (mdBook chapter) |
Regenerate the embedded lint table in the book and the gh-pages bundle:
cargo run -p sui-clippy-docgen