Skip to content

Commit

Permalink
Merge pull request #562 from per1234/spellcheck-false-positives
Browse files Browse the repository at this point in the history
Fix spell check false positives by ignoring words
  • Loading branch information
per1234 authored May 25, 2024
2 parents 6309212 + bd473a8 commit 321fca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See: https://github.com/codespell-project/codespell#using-a-config-file
[codespell]
# In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here:
ignore-words-list = clen,hart,pullrequest
ignore-words-list = clearin,clen,hart,pullrequest,shiftin,waitin
builtin = clear
check-filenames =
check-hidden =
Expand Down

0 comments on commit 321fca0

Please sign in to comment.