From 4952650f4d863af5214d05dc1bca896800d9baa6 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sat, 3 Oct 2020 17:32:56 +0000 Subject: [PATCH] Skip spellcheck on logfiles Add any filenames ending with .log to the skiplist for codespell testing. --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0