add comment

This commit is contained in:
Viktor Szakats 2025-07-16 13:50:15 +02:00
parent b56b5fed15
commit 703d252c84
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -7,7 +7,7 @@ extend-ignore-identifiers-re = [
"^(ba|pn|PN|UE)$",
"^(CNA|ser)$",
"^(ECT0|ECT1|HELO|htpt|PASE)$",
"^0x[0-9a-fA-F]+FUL$",
"^0x[0-9a-fA-F]+FUL$", # unsigned long hex literals ending with 'F'
"^(Januar|eyeballers|HELO_smtp|kno22|optin|passin|perfec|__SecURE|SMTP_HELO|v_alue)$",
"^(clen|req_clen|smtp_perform_helo|smtp_state_helo_resp|_stati64)$",
]