mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
move codespell folder to tools
This commit is contained in:
parent
979bf32266
commit
868d52f3a8
@ -2,8 +2,8 @@
|
|||||||
[codespell]
|
[codespell]
|
||||||
# In the event of a false positive, add the problematic word, in all lowercase, to 'ignore-words.txt' (one word per line).
|
# In the event of a false positive, add the problematic word, in all lowercase, to 'ignore-words.txt' (one word per line).
|
||||||
# Or copy & paste the whole problematic line to 'exclude-file.txt'
|
# Or copy & paste the whole problematic line to 'exclude-file.txt'
|
||||||
ignore-words = .codespell/ignore-words.txt
|
ignore-words = tools/codespell/ignore-words.txt
|
||||||
exclude-file = .codespell/exclude-file.txt
|
exclude-file = tools/codespell/exclude-file.txt
|
||||||
check-filenames =
|
check-filenames =
|
||||||
check-hidden =
|
check-hidden =
|
||||||
count =
|
count =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user