codespell: no "with" means using codespellrc, add more opt out

Michael Muré created

Change summary

.codespellrc                    | 5 +++--
.github/workflows/codespell.yml | 3 ---
2 files changed, 3 insertions(+), 5 deletions(-)

Detailed changes

.codespellrc 🔗

@@ -1,6 +1,7 @@
 [codespell]
-skip = .git,.venv,*.svg,package-lock.json
+skip = .git,.venv,*.svg,package-lock.json,go.mod,go.sum
 # ot,fo,te - used as short variable names
 # optionall - OptionAll but codespell is case insensitive
 # testing - TestIn
-ignore-words-list = ot,fo,te,optionall,testin
+# transfered - github import test: the test repo to be imported has that typo, and it's not easy to change
+ignore-words-list = ot,fo,te,optionall,testin,transfered

.github/workflows/codespell.yml 🔗

@@ -17,6 +17,3 @@ jobs:
         uses: actions/checkout@v3
       - name: Codespell
         uses: codespell-project/actions-codespell@v1
-        with:
-          # github import test: the repo to be imported has that typo,   and it's not easy to change
-          ignore_words_list: transfered