Merge pull request #1190 from flouthoc/fix-spell-check
ci,codespell: ignore function `ShouldNot`
This commit is contained in:
commit
a1b59acaba
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue