Bump typos pre-commit hooks

This now picks up additional typical misspellings, but also triggers on
more identifiers we use. I opted for fixing the obvious misspellings and
updated the allowlist for anything else.
This commit is contained in:
Benjamin Bannier 2024-12-09 15:51:28 +01:00
parent 97c0df29d4
commit 24894febb6
9 changed files with 18 additions and 9 deletions

View file

@ -41,7 +41,7 @@ function banner {
function run_unit_tests {
if [[ ${ZEEK_CI_SKIP_UNIT_TESTS} -eq 1 ]]; then
printf "Skipping unit tests as requested by task configureation\n\n"
printf "Skipping unit tests as requested by task configuration\n\n"
return 0
fi