Skip to content
Open
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
3 changes: 3 additions & 0 deletions .lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ pre-commit:
- name: clippy
run: cargo clippy --workspace --all-targets --all-features -- -W clippy::pedantic -D warnings
glob: "*.rs"
- name: machete
run: cargo machete
glob: "*Cargo.toml"
- name: bindings
run: tools/update_bindings.sh && git diff --exit-code docsrs_bindings.rs
glob: "allowed_bindings.rs"
Expand Down
Loading