mirror of
https://github.com/apache/nuttx.git
synced 2025-12-06 09:01:15 +08:00
In Intel 64 architecture code, ist fails the spell check of checkpatch. Signed-off-by: guoshengyuan1 <guoshengyuan1@xiaomi.com>
68 lines
1.1 KiB
Plaintext
68 lines
1.1 KiB
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,
|
|
*/CODEOWNERS,
|
|
|
|
# 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,
|
|
BU,
|
|
DAA,
|
|
dout,
|
|
emac,
|
|
eeeprom,
|
|
extint,
|
|
filp,
|
|
finitel,
|
|
froms,
|
|
FRAM,
|
|
FRO,
|
|
hart,
|
|
hsi,
|
|
iif,
|
|
IST,
|
|
infor,
|
|
inport,
|
|
ist,
|
|
lod,
|
|
mot,
|
|
mis,
|
|
nexted,
|
|
numer,
|
|
nwe,
|
|
oen,
|
|
parm,
|
|
parms,
|
|
pres,
|
|
RCALL,
|
|
REGONS,
|
|
SAIs,
|
|
sie,
|
|
ser,
|
|
servent,
|
|
synopsys,
|
|
TE,
|
|
TIMOUT,
|
|
THRE,
|
|
tolen,
|
|
UE,
|
|
WRON,
|
|
SIE,
|