From 80275e268593254183bc4156dbcc6b8f2db6aa14 Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Tue, 7 Sep 2021 17:46:22 +0200 Subject: [PATCH] Add statics to codespell ignore list to fix failing spellcheck workflow --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codespellrc b/.codespellrc index 6aace1d49..704002c5b 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,7 +1,7 @@ # See: https://github.com/codespell-project/codespell#using-a-config-file [codespell] # In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here: -ignore-words-list = hart,pullrequest +ignore-words-list = hart,pullrequest,statics check-filenames = check-hidden = skip = ./.git,./firmwares/arduinoISP,./firmwares/wifishield,./bootloaders