mirror of
https://github.com/curl/curl.git
synced 2026-06-06 15:04:15 +03:00
11 lines
334 B
TOML
11 lines
334 B
TOML
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
[default]
|
|
extend-ignore-identifiers-re = [
|
|
"[A-Za-z]{2,3}",
|
|
"(admi|alue|CLEA|clen|dout|inex|HELO|helo|htpt|PARM|parm|PASE)",
|
|
"(couter|HEADE|numer|optin|parms|stati|ttests)",
|
|
"(Januar|passin|Passiv|perfec|PUNICODE|TEMPLAT|varius)",
|
|
]
|