mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
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:
parent
97c0df29d4
commit
24894febb6
9 changed files with 18 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue