Skip spellcheck on logfiles
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 3 Oct 2020 17:32:56 +0000 (17:32 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 3 Oct 2020 17:32:56 +0000 (17:32 +0000)
Add any filenames ending with .log to the skiplist for codespell
testing.

.codespellrc

index 5efcde7..f35ce81 100644 (file)
@@ -4,4 +4,4 @@
 
 [codespell]
 ignore-words-list = files',wont,teh,theyre,youre
 
 [codespell]
 ignore-words-list = files',wont,teh,theyre,youre
-skip = *.pyc,.eggs,.git,.tox,build
+skip = *.log,*.pyc,.eggs,.git,.tox,build