walnux/.codespellrc
Theodore Karatapanis 0011f165ff style: fix typos required by ci-cd
- Added "infor" to .codespellrc ignore-words-list.
  This term is used by NXP's ROMAPI naming conventions and is not a typo
  in this context.
- This prevents CI/CD codespell checks from failing due to false positives.

Signed-off-by: Theodore Karatapanis <tkaratapanis@census-labs.com>
2025-05-09 19:21:17 +08:00

51 lines
944 B
Text

[codespell]
# Add complete lines to be ignored to this file.
# Example for ignoring all current occurrences of (verifiably correct) word usage:
# grep -hirw "emac" | sort | uniq >>.codespell-ignore-lines
exclude-file = .codespell-ignore-lines
# Ignore complete files (e.g. legal text or other immutable material).
skip =
LICENSE,
# Ignore seemingly misspelled words.
# lowercase: case insensitive
# uppercase: case sensitive
# (see https://github.com/codespell-project/codespell/issues/3638)
# This setting should be used only for frequently used words.
# Exotic word occurrences should be filtered with the "exclude-file" setting instead.
ignore-words-list =
ACI,
AFE,
afile,
ALS,
AMEBA,
ARCHTYPE,
DAA,
dout,
emac,
eeeprom,
extint,
filp,
FRAM,
hart,
hsi,
iif,
infor,
inport,
lod,
mot,
NWE,
OEN,
PRES,
RCALL,
REGONS,
SAIs,
SER,
synopsys,
TE,
TIMOUT,
tolen,
UE,
WRON,