mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 12:34:19 +00:00
fix(deps): remove deprecated husky commands
Husky 9.1 now warns when doing some rebase of patches: husky - DEPRECATED Please remove the following two lines from .husky/prepare-commit-msg: #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" They WILL FAIL in v10.0.0 Remove the deprecated lines. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I8b7fa82aa7b5e178554a1b4a650b2b1b8044092c
This commit is contained in:
parent
65c69242fa
commit
b47dddd061
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# shellcheck source=./_/husky.sh
|
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
|
||||||
|
|
||||||
if ! git config --get tf-a.disableCommitizen > /dev/null; then
|
if ! git config --get tf-a.disableCommitizen > /dev/null; then
|
||||||
"$(dirname "$0")/prepare-commit-msg.cz" "$@"
|
"$(dirname "$0")/prepare-commit-msg.cz" "$@"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue