94 lines
2.3 KiB
TOML
94 lines
2.3 KiB
TOML
[default]
|
|
extend-ignore-re = [
|
|
"#.*MSDN Ref.*\\[ms-oaut\\]",
|
|
# seh too close to she
|
|
"registered SEH to support IDL",
|
|
# ALLO is a valid FTP command
|
|
"\"ALLO\".*200",
|
|
"des-ede3-cbc-Env-OID",
|
|
"mis-aliasing of",
|
|
"mis-indexing",
|
|
"compilability",
|
|
# On purpose
|
|
"\"THE NETBIOS NAM\"",
|
|
# NFS stuff.
|
|
"commited: stable_how_t &optional",
|
|
# script_opt uses "ot" a lot, but it's very close to "to", so
|
|
# don't want to add it as identifier. Match some patterns.
|
|
"ASSERT\\(ot == OP_.*",
|
|
"ot->InternalType",
|
|
"ot->Tag\\(\\) == TYPE_.*",
|
|
"auto.* ot =",
|
|
"ot = OP_.*",
|
|
"ot\\[",
|
|
"ot.size",
|
|
"ot.empty",
|
|
"ot_i",
|
|
"ot.c_str",
|
|
"have_ot",
|
|
"if \\( ot == OP_.*",
|
|
"ot->Yield\\(\\)->InternalType\\(\\)",
|
|
"switch \\( ot \\)",
|
|
"\\(ZAMOpType ot\\)",
|
|
"-ot",
|
|
"caf",
|
|
"Big Sur",
|
|
|
|
# News stuff
|
|
"SupressWeirds.*deprecated",
|
|
"\"BaR\"",
|
|
"\"xFoObar\"",
|
|
"\"FoO\"",
|
|
]
|
|
|
|
extend-ignore-identifiers-re = [
|
|
"TLS_.*_EDE.*_.*",
|
|
"SSL.*_EDE.*_.*",
|
|
"_3DES_EDE_CBC_SHA",
|
|
"GOST_R_.*",
|
|
"icmp6_nd_.*",
|
|
"ND_ROUTER_.*",
|
|
"ND_NEIGHBOR_.*",
|
|
".*_ND_option.*",
|
|
"bck", # Used with same length as `fwd`
|
|
"pn", # Use for `PoolNode` variables
|
|
"ffrom_[ip|port|mac]", # Used in netcontrol.
|
|
"complte_flag", # Existing use in exported record in base.
|
|
"VidP(n|N)", # In SMB.
|
|
"iin", # In DNP3.
|
|
"(ScValidatePnPService|ScSendPnPMessage)", # In DCE-RPC.
|
|
"snet", # Used as shorthand for subnet in base scripts.
|
|
"typ",
|
|
"(e|i)it", # Used as name for some iterators.
|
|
]
|
|
|
|
[default.extend-identifiers]
|
|
BuildNDOptionsVal = "BuildNDOptionsVal"
|
|
ESC_SER = "ESC_SER"
|
|
MCA_OCCURED = "MCA_OCCURED"
|
|
MNT3ERR_ACCES = "MNT3ERR_ACCES"
|
|
ND_QUEUE_OVERFLOW = "ND_QUEUE_OVERFLOW"
|
|
ND_REDIRECT = "ND_REDIRECT"
|
|
NED_ACK = "NED_ACK"
|
|
NFS3ERR_ACCES = "NFS3ERR_ACCES"
|
|
NO_SEH = "NO_SEH"
|
|
OP_SWITCHS_Vii = "OP_SWITCHS_Vii"
|
|
O_WRONLY = "O_WRONLY"
|
|
RPC_NT_CALL_FAILED_DNE = "RPC_NT_CALL_FAILED_DNE"
|
|
RpcAddPrintProvidor = "RpcAddPrintProvidor"
|
|
RpcDeletePrintProvidor = "RpcDeletePrintProvidor"
|
|
THA = "THA"
|
|
ar_tha = "ar_tha"
|
|
have_2nd = "have_2nd"
|
|
ot1 = "ot1"
|
|
ot2 = "ot2"
|
|
uses_seh = "uses_seh"
|
|
|
|
[default.extend-words]
|
|
caf = "caf"
|
|
helo = "helo"
|
|
# Seems we use this in the management framework
|
|
requestor = "requestor"
|
|
# `inout` is used as a keyword in Spicy, but looks like a typo of `input`.
|
|
inout = "inout"
|