We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc0fa5 commit c81d18cCopy full SHA for c81d18c
install.sh
@@ -10,8 +10,9 @@ npm install --global \
10
@commitlint/[email protected]
11
12
cargo install --git https://github.com/DenisGorbachev/cargo-doc2readme --branch dev
13
-cargo install cargo-machete
+cargo install cargo-machete --locked
14
cargo install cargo-hack --locked
15
+cargo install cargo-sort --locked
16
17
# Install yj
18
curl -L https://github.com/sclevine/yj/releases/download/v5.1.0/yj-linux-amd64 -o /tmp/yj
lefthook.yml
@@ -19,6 +19,8 @@ pre-commit:
19
run: remark --ignore-path .gitignore --quiet --frail --no-stdout .
20
test-docs:
21
run: cargo test --doc
22
+ sort-deps:
23
+ run: cargo sort
24
lint-deps:
25
run: cargo machete --with-metadata
26
commit-msg:
0 commit comments