diff --git a/.github/workflows/codespell.yaml b/.github/workflows/codespell.yaml index fae65a6c..7632ba8e 100644 --- a/.github/workflows/codespell.yaml +++ b/.github/workflows/codespell.yaml @@ -13,3 +13,4 @@ jobs: check_filenames: true check_hidden: true ignore_words_file: .codespellignore + exclude_file: lib/lrama/new_parser.rb