mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
updates to typos allow-list reflecting ZAM regularization changes
This commit is contained in:
parent
bf3cf9da48
commit
42bf164dc4
1 changed files with 8 additions and 1 deletions
|
@ -9,6 +9,7 @@ extend-ignore-re = [
|
||||||
"Remove in v6.1.*SupressWeird",
|
"Remove in v6.1.*SupressWeird",
|
||||||
"max_repititions:.*Remove in v6.1",
|
"max_repititions:.*Remove in v6.1",
|
||||||
"mis-aliasing of",
|
"mis-aliasing of",
|
||||||
|
"mis-indexing",
|
||||||
# On purpose
|
# On purpose
|
||||||
"\"THE NETBIOS NAM\"",
|
"\"THE NETBIOS NAM\"",
|
||||||
# NFS stuff.
|
# NFS stuff.
|
||||||
|
@ -20,6 +21,12 @@ extend-ignore-re = [
|
||||||
"ot->Tag\\(\\) == TYPE_.*",
|
"ot->Tag\\(\\) == TYPE_.*",
|
||||||
"auto.* ot =",
|
"auto.* ot =",
|
||||||
"ot = OP_.*",
|
"ot = OP_.*",
|
||||||
|
"ot\\[",
|
||||||
|
"ot.size",
|
||||||
|
"ot.empty",
|
||||||
|
"ot_i",
|
||||||
|
"ot.c_str",
|
||||||
|
"have_ot",
|
||||||
"if \\( ot == OP_.*",
|
"if \\( ot == OP_.*",
|
||||||
"ot->Yield\\(\\)->InternalType\\(\\)",
|
"ot->Yield\\(\\)->InternalType\\(\\)",
|
||||||
"switch \\( ot \\)",
|
"switch \\( ot \\)",
|
||||||
|
@ -53,7 +60,7 @@ ND_REDIRECT = "ND_REDIRECT"
|
||||||
NED_ACK = "NED_ACK"
|
NED_ACK = "NED_ACK"
|
||||||
NFS3ERR_ACCES = "NFS3ERR_ACCES"
|
NFS3ERR_ACCES = "NFS3ERR_ACCES"
|
||||||
NO_SEH = "NO_SEH"
|
NO_SEH = "NO_SEH"
|
||||||
OP_SWITCHS_VVV = "OP_SWITCHS_VVV"
|
OP_SWITCHS_Vii = "OP_SWITCHS_Vii"
|
||||||
O_WRONLY = "O_WRONLY"
|
O_WRONLY = "O_WRONLY"
|
||||||
RPC_NT_CALL_FAILED_DNE = "RPC_NT_CALL_FAILED_DNE"
|
RPC_NT_CALL_FAILED_DNE = "RPC_NT_CALL_FAILED_DNE"
|
||||||
RpcAddPrintProvidor = "RpcAddPrintProvidor"
|
RpcAddPrintProvidor = "RpcAddPrintProvidor"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue