From 978c43852ca4e283cafd3336226ace633aad900c Mon Sep 17 00:00:00 2001 From: yui-knk Date: Tue, 17 Oct 2023 21:47:31 +0900 Subject: [PATCH] Ignore typo in lib/lrama/new_parser.rb --- .github/workflows/codespell.yaml | 1 + 1 file changed, 1 insertion(+) 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