Merge pull request #1190 from flouthoc/fix-spell-check

ci,codespell: ignore function `ShouldNot`
This commit is contained in:
OpenShift Merge Robot 2022-10-17 05:17:35 -04:00 committed by GitHub
commit a1b59acaba
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
# Version of codespell bundled with Ubuntu is way old, so use pip.
run: pip install codespell
- name: run codespell
run: codespell -L ro,hastable
run: codespell -L ro,hastable,shouldnot
lint:
runs-on: ubuntu-20.04
steps: