Skip to content

Commit feed1a8

Browse files
committed
add ignore-words to make it easier to
1 parent b37870c commit feed1a8

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.codespell/ignore-words.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
synopsys
2+
sie
3+
tre
4+
hsi
5+
fro
6+
dout
7+
mot
8+
te

.codespellrc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# See: https://github.com/codespell-project/codespell#using-a-config-file
22
[codespell]
3-
# In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here:
4-
ignore-words-list = synopsys, sie, tre, hsi, fro, dout, mot, te
3+
# In the event of a false positive, add the problematic word, in all lowercase, to 'ignore-words.txt' (one word per line).
4+
# 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
57
check-filenames =
68
check-hidden =
7-
skip = .cproject,./.git,./hw/mcu,./lib,./examples/*/*/_build,./examples/*/*/ses,./examples/*/*/ozone,./hw/mcu,./test/vendor,./tests_obsolete
8-
exclude-file = ./.codespell/exclude-file.txt
9+
count =
10+
skip = .cproject,./.git,./hw/mcu,./lib,./examples/*/*/_build,./examples/*/*/ses,./examples/*/*/ozone,./hw/mcu,./test/vendor,./tests_obsolete,./tools/uf2

0 commit comments

Comments
 (0)