From 4c5b765de75c8a163134d721037cc7b7dcebf714 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 24 Jan 2024 14:30:16 -0500 Subject: [PATCH] =?UTF-8?q?more=20custom=20skips=20for=20codespell=20-=20l?= =?UTF-8?q?ong=20lines,=20lines=20with=20=C3=BA=20etc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .codespellrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.codespellrc b/.codespellrc index a1da2776c..b500944e0 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,6 +1,7 @@ # Ref: https://github.com/codespell-project/codespell#using-a-config-file [codespell] -skip = .git,*.svg,*.css,*.min.*,.codespellrc +skip = .git,*.svg,*.css,*.min.*,*-min.js,.codespellrc,locale,static,kickstarter-announcement.md check-hidden = true -# ignore-regex = -# ignore-words-list = +# skip lines with ú as they might contain non-english words +ignore-regex = \bMalcom Tredinnick\b|^.{500,}$|.*ú.* +ignore-words-list = fo,crate