nuttx/.codespellrc
Lars Kruse 1efeb39da0 style: add codespell configuration for common spelling exceptions
This file can be extended in order to cover all spelling check
exceptions (perceived as misspellings).
2025-05-05 12:34:39 +08:00

50 lines
926 B
Plaintext

[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,
inport,
lod,
mot,
NWE,
OEN,
PRES,
REGONS,
SAIs,
SER,
synopsys,
TE,
TIMOUT,
tolen,
UE,
WRON,