commit | 8069c192c4a9ea3f557985e2974164418dd0747a | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Tue Mar 11 18:56:22 2025 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Wed Apr 09 14:28:59 2025 +0200 |
tree | 32905a69ac489f701fcbd125ed49a66d2a29b9bc | |
parent | c99a213b19bbfd533f29351b1ad19f610feba1a5 [diff] |
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 (cherry picked from commit b47dddd061e92054c3b2096fc8aa9688bfef68d6)