summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-08-02 15:52:06 +0700
committerhathach <[email protected]>2023-08-02 15:52:06 +0700
commit868d52f3a87d4404b0e93e49781d4190589599b9 (patch)
tree30617e2acbcfb690ca5fc845e0a8c714a8b7d42b
parent979bf32266d379ec493ad31001b815d6a597b91e (diff)
move codespell folder to tools
-rw-r--r--.codespellrc4
-rw-r--r--tools/codespell/exclude-file.txt (renamed from .codespell/exclude-file.txt)0
-rw-r--r--tools/codespell/ignore-words.txt (renamed from .codespell/ignore-words.txt)0
3 files changed, 2 insertions, 2 deletions
diff --git a/.codespellrc b/.codespellrc
index dc089903c..1f06e0c5c 100644
--- a/.codespellrc
+++ b/.codespellrc
@@ -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 =
diff --git a/.codespell/exclude-file.txt b/tools/codespell/exclude-file.txt
index e69de29bb..e69de29bb 100644
--- a/.codespell/exclude-file.txt
+++ b/tools/codespell/exclude-file.txt
diff --git a/.codespell/ignore-words.txt b/tools/codespell/ignore-words.txt
index 2513691cb..2513691cb 100644
--- a/.codespell/ignore-words.txt
+++ b/tools/codespell/ignore-words.txt