Skip to content

Commit

Permalink
Merge pull request #1190 from flouthoc/fix-spell-check
Browse files Browse the repository at this point in the history
ci,codespell: ignore function `ShouldNot`
  • Loading branch information
openshift-merge-robot authored Oct 17, 2022
2 parents a6a9c52 + f4d4198 commit e773600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e773600

Please sign in to comment.