# Copyright (C) Daniel Stenberg, , et al. # # SPDX-License-Identifier: curl [default] extend-ignore-identifiers-re = [ "^(ba|pn|PN|UE)$", "^(CNA|ECT|ser)$", "^(ECT0|ECT1|GOST|HELO|htpt|PASE)$", "^(numer|optin|_stati64)$", "^0x[0-9a-fA-F]+FUL$", "^(Januar|eyeballers|HELO_smtp|kno22|MTA4MzIy|passin|perfec|__SecURE|SMTP_HELO|v_alue)$", "^(clen|req_clen|smtp_perform_helo|smtp_state_helo_resp)$", ] extend-ignore-re = [ ".*spellchecker:disable-line", ] [files] extend-exclude = [ ".github/scripts/codespell-ignore.txt", ".github/scripts/spellcheck.words", "docs/CIPHERS-TLS12.md", "docs/THANKS", "docs/examples/cacertinmem.c", "docs/examples/usercertinmem.c", "packages/*", "projects/Windows/*", "scripts/wcurl", "tests/data/test652", "winbuild/*", ]