Skip to content

Commit 868d52f

Browse files
committed
move codespell folder to tools
1 parent 979bf32 commit 868d52f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.codespellrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
[codespell]
33
# In the event of a false positive, add the problematic word, in all lowercase, to 'ignore-words.txt' (one word per line).
44
# Or copy & paste the whole problematic line to 'exclude-file.txt'
5-
ignore-words = .codespell/ignore-words.txt
6-
exclude-file = .codespell/exclude-file.txt
5+
ignore-words = tools/codespell/ignore-words.txt
6+
exclude-file = tools/codespell/exclude-file.txt
77
check-filenames =
88
check-hidden =
99
count =
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)