projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0de1cbe
)
Skip spellcheck on logfiles
author
Jeremy Stanley
<fungi@yuggoth.org>
Sat, 3 Oct 2020 17:32:56 +0000
(17:32 +0000)
committer
Jeremy 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
patch
|
blob
|
history
diff --git
a/.codespellrc
b/.codespellrc
index
5efcde7
..
f35ce81
100644
(file)
--- a/
.codespellrc
+++ b/
.codespellrc
@@
-4,4
+4,4
@@
[codespell]
ignore-words-list = files',wont,teh,theyre,youre
-skip = *.pyc,.eggs,.git,.tox,build
+skip = *.
log,*.
pyc,.eggs,.git,.tox,build