From 4488e9f4b885afe2a41fa7529e8c2e39bd076096 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 20 Aug 2022 09:09:43 -0400 Subject: [PATCH] not sure what happened to codespell --- .codespellignore | 1 + .github/workflows/codespell.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.codespellignore b/.codespellignore index 1279206ca..511709f9e 100644 --- a/.codespellignore +++ b/.codespellignore @@ -9,3 +9,4 @@ Wit te wee RO +falsy diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 4f64d6e76..0f751104a 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -33,5 +33,5 @@ jobs: with: check_filenames: true ignore_words_file: .codespellignore - # ignore_words_list: denom,inout,iput,nd,nin,numer,te,wee + # ignore_words_list: denom,inout,iput,nd,nin,numer,te,wee,RO,falsy skip: "*.csv,*.dkvp,*.txt,*.js,*.html,*.map,./tags,./test/cases"