From 868d52f3a87d4404b0e93e49781d4190589599b9 Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 2 Aug 2023 15:52:06 +0700 Subject: move codespell folder to tools --- .codespell/exclude-file.txt | 0 .codespell/ignore-words.txt | 13 ------------- .codespellrc | 4 ++-- tools/codespell/exclude-file.txt | 0 tools/codespell/ignore-words.txt | 13 +++++++++++++ 5 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 .codespell/exclude-file.txt delete mode 100644 .codespell/ignore-words.txt create mode 100644 tools/codespell/exclude-file.txt create mode 100644 tools/codespell/ignore-words.txt diff --git a/.codespell/exclude-file.txt b/.codespell/exclude-file.txt deleted file mode 100644 index e69de29bb..000000000 diff --git a/.codespell/ignore-words.txt b/.codespell/ignore-words.txt deleted file mode 100644 index 2513691cb..000000000 --- a/.codespell/ignore-words.txt +++ /dev/null @@ -1,13 +0,0 @@ -synopsys -sie -tre -thre -hsi -fro -dout -mot -te -attch -endianess -pris -busses 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/tools/codespell/exclude-file.txt b/tools/codespell/exclude-file.txt new file mode 100644 index 000000000..e69de29bb diff --git a/tools/codespell/ignore-words.txt b/tools/codespell/ignore-words.txt new file mode 100644 index 000000000..2513691cb --- /dev/null +++ b/tools/codespell/ignore-words.txt @@ -0,0 +1,13 @@ +synopsys +sie +tre +thre +hsi +fro +dout +mot +te +attch +endianess +pris +busses -- cgit v1.3.1