Run pre-commit on the imported docs files

This includes a minor change to the docs .typos.toml file to not change the
string 'tpe' to 'type'.
This commit is contained in:
Tim Wojtulewicz 2025-09-15 15:54:48 -07:00
parent ded98cd373
commit 0e46cc7a98
10 changed files with 59 additions and 71 deletions

View file

@ -5,10 +5,5 @@ project(ZeekPluginConnKeyVxlanVniFivetuple)
include(ZeekPlugin)
zeek_add_plugin(
Zeek
ConnKey_Vxlan_Vni_Fivetuple
SOURCES
src/Factory.cc
src/Plugin.cc
SCRIPT_FILES scripts/__load__.zeek
)
Zeek ConnKey_Vxlan_Vni_Fivetuple
SOURCES src/Factory.cc src/Plugin.cc SCRIPT_FILES scripts/__load__.zeek)