commit | 70ed2295748d99b038e276887f0732e0d515922f | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Tue Mar 11 18:56:22 2025 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Fri May 16 17:30:40 2025 +0200 |
tree | 3599272b37ee698b10d9623f3487f17d4b183050 | |
parent | 81acad9bafa278210290f02bcb6bb6bf9bdc8177 [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)