updates to typos allow-list reflecting ZAM regularization changes

This commit is contained in:
Vern Paxson 2024-08-06 09:39:51 +01:00 committed by Arne Welzel
parent bf3cf9da48
commit 42bf164dc4

View file

@ -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"