Skip to content

hoh-zone/sui-clippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sui-clippy

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.

Documentation

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

About

sui clippy

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors