From e8ddb101de7a20d58e698aee1c491e086cbaf2aa Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 29 Mar 2024 14:48:02 -0400 Subject: [PATCH] Adjust codespell config to minimize false positives etc --- .codespellrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index e21582ec..bbdb2cee 100644 --- a/.codespellrc +++ b/.codespellrc @@ -2,5 +2,7 @@ # Ref: https://github.com/codespell-project/codespell#using-a-config-file skip = .git*,package-lock.json,*.css,.codespellrc check-hidden = true -# ignore-regex = +# Ignore super long lines -- must be minimized etc, acronyms +# and some near hit variables +ignore-regex = ^.{120,}|\b(currentY|FOM)\b # ignore-words-list =