move codespell folder to tools

This commit is contained in:
hathach
2023-08-02 15:52:06 +07:00
parent 979bf32266
commit 868d52f3a8
3 changed files with 2 additions and 2 deletions

View File

@@ -2,8 +2,8 @@
[codespell]
# 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'
ignore-words = .codespell/ignore-words.txt
exclude-file = .codespell/exclude-file.txt
ignore-words = tools/codespell/ignore-words.txt
exclude-file = tools/codespell/exclude-file.txt
check-filenames =
check-hidden =
count =