Skip to content

Fix false positives and incorrect autocorrections for Capybara/FindAllFirst when find or all uses match: :first #323

Fix false positives and incorrect autocorrections for Capybara/FindAllFirst when find or all uses match: :first

Fix false positives and incorrect autocorrections for Capybara/FindAllFirst when find or all uses match: :first #323

Workflow file for this run

name: CodeSpell
on:
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
codespell:
name: CodeSpell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: CodeSpell
uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
with:
check_filenames: true
check_hidden: true
ignore_words_file: .codespellignore