We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec462dd commit 7aa49efCopy full SHA for 7aa49ef
1 file changed
contrib/dev-tools/git/hooks/pre-commit.sh
@@ -18,7 +18,7 @@ set -uo pipefail
18
# Each step: "description|command"
19
20
declare -a STEPS=(
21
- "Checking for unused dependencies (cargo machete)|cargo machete --with-metadata"
+ "Checking for unused dependencies (cargo machete --with-metadata)|cargo machete --with-metadata"
22
"Running all linters|linter all"
23
"Running documentation tests|cargo test --doc --workspace"
24
)
0 commit comments