mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-02 15:02:37 +00:00
Husky v8 adds the `husky init` subcommand, and v9 changes how it handles
hooks. We no longer need the Husky preamble in our hooks, so update to
the new `init` subcommand and remove the preambles.
Change-Id: I18ea1bbaedbb4213cc04c21413d75c9757ff7986
Signed-off-by: Chris Kay <chris.kay@arm.com>
(cherry picked from commit 7944421ba4)
5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
|
|
"$(dirname "$0")/commit-msg.gerrit" "$@"
|
|
"$(dirname "$0")/commit-msg.commitlint" "$@"
|