You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
451 B
22 lines
451 B
2 years ago
|
[tool.codespell]
|
||
|
count = ""
|
||
|
ignore-regex = '\b[A-Z]{3}\b'
|
||
|
ignore-words-list = "ans,asend,deques,dout,extint,hsi,iput,numer,technic,ure"
|
||
|
quiet-level = 3
|
||
|
skip = """
|
||
|
*/build*,\
|
||
|
./.git,\
|
||
|
./drivers/cc3100,\
|
||
|
./lib,\
|
||
|
./ports/cc3200/FreeRTOS,\
|
||
|
./ports/cc3200/bootmgr/sl,\
|
||
|
./ports/cc3200/hal,\
|
||
|
./ports/cc3200/simplelink,\
|
||
|
./ports/cc3200/telnet,\
|
||
|
./ports/nrf/drivers/bluetooth/s1*,\
|
||
|
./ports/renesas-ra,\
|
||
|
./ports/stm32/usbhost,\
|
||
|
./tests,\
|
||
|
ACKNOWLEDGEMENTS,\
|
||
|
"""
|