top: Add "mis" to list of ignore words for codespell.
Observed with codespell 2.2.5.dev57+gdc7e98d9: $ codespell ./ports/rp2/machine_uart.c:163: mis ==> miss, mist ./ports/rp2/machine_uart.c:168: mis ==> miss, mist 2
This commit is contained in:
parent
db5444f68a
commit
d080d427eb
|
@ -4,7 +4,7 @@ line-length = 99
|
||||||
[tool.codespell]
|
[tool.codespell]
|
||||||
count = ""
|
count = ""
|
||||||
ignore-regex = '\b[A-Z]{3}\b'
|
ignore-regex = '\b[A-Z]{3}\b'
|
||||||
ignore-words-list = "ans,asend,deques,dout,extint,hsi,iput,numer,technic,ure"
|
ignore-words-list = "ans,asend,deques,dout,extint,hsi,iput,mis,numer,technic,ure"
|
||||||
quiet-level = 3
|
quiet-level = 3
|
||||||
skip = """
|
skip = """
|
||||||
*/build*,\
|
*/build*,\
|
||||||
|
|
Loading…
Reference in New Issue