From: Jeremy Stanley Date: Sat, 3 Oct 2020 17:32:56 +0000 (+0000) Subject: Skip spellcheck on logfiles X-Git-Tag: 0.3.0~9 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=4952650f4d863af5214d05dc1bca896800d9baa6 Skip spellcheck on logfiles Add any filenames ending with .log to the skiplist for codespell testing. --- diff --git a/.codespellrc b/.codespellrc index 5efcde7..f35ce81 100644 --- 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