Skip to content

Commit

Permalink
ci: replace codespell ignore list with file ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Aug 19, 2021
1 parent 88329c8 commit ef18f4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ jobs:
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
ignore_words_list: afterAll
skip: ./.git,yarn.lock,./.github/workflows/codespell.yml
# The a11y test file has a false positive and the ignore list does not work
# see https://github.com/opentripplanner/otp-react-redux/pull/436/checks?check_run_id=3369380014
skip: ./.git,yarn.lock,./a11y/a11y.test.js

0 comments on commit ef18f4b

Please sign in to comment.