From 7b00323e0433fa552d28a7f61bda5501dfd574f8 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 13 Aug 2021 05:36:47 -0700 Subject: [PATCH] Sync codespell skip files configuration from template This is a standardized "template" configuration file intended to be applicable to any project, so even if not necessarily relevant to every project, common files that should never be checked are all collected on the list. --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index 46588cc..9e2c62a 100644 --- a/.codespellrc +++ b/.codespellrc @@ -5,4 +5,4 @@ ignore-words-list = afterall builtin = clear,informal,en-GB_to_en-US check-filenames = check-hidden = -skip = ./.git,./dist,./package-lock.json,./poetry.lock +skip = ./.git,./dist,./go.mod,./go.sum,./package-lock.json,./poetry.lock,./yarn.lock