Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ alias l := lint
install-tools:
cargo install cargo-binstall
cargo binstall cargo-insta taplo-cli
cargo binstall --git "https://github.com/astral-sh/uv" uv


# Upgrades the tools needed to develop
upgrade-tools:
cargo install cargo-binstall --force
cargo binstall cargo-insta taplo-cli --force
cargo binstall --git "https://github.com/astral-sh/uv" uv --force

# Generates code generated files for the linter
gen-lint:
Expand Down Expand Up @@ -65,6 +68,10 @@ lint-fix:
cargo clippy --fix
cargo run -p rules_check

serve-docs:
uv sync
uv run mkdocs serve

# When you finished coding, run this command. Note that you should have already committed your changes.
ready:
git diff --exit-code --quiet
Expand Down
Empty file removed root-file.txt
Empty file.