From 6a456ddb15a863aa32a89e594cbc346bde46715e Mon Sep 17 00:00:00 2001 From: Gokul Prathin Date: Tue, 26 Mar 2024 22:21:57 -0400 Subject: [PATCH] ignore file to ignore words --- .codespellignore | 4 ---- .github/workflows/qaqc.yaml | 3 +-- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .codespellignore diff --git a/.codespellignore b/.codespellignore deleted file mode 100644 index 911ca11..0000000 --- a/.codespellignore +++ /dev/null @@ -1,4 +0,0 @@ -slippy -hist -NAM -gage diff --git a/.github/workflows/qaqc.yaml b/.github/workflows/qaqc.yaml index a6083ad..3c03664 100644 --- a/.github/workflows/qaqc.yaml +++ b/.github/workflows/qaqc.yaml @@ -33,8 +33,7 @@ jobs: check_filenames: true check_hidden: true skip: '.git,qaqc.yml' - ignore_words_file: .codespellignore - ignore_words_list: slippy,hist + ignore_words_list: slippy,hist,NAM,gage # borrowed from https://github.com/ProjectPythia/pythia-foundations/blob/main/.github/workflows/link-checker.yaml - name: Disable Notebook Execution Before Linkcheck