diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 58e7082f2..d2163683b 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: Check Spelling - uses: crate-ci/typos@12c64918956d94e55a2ca8c5cbca111e759f5654 # version 1.13.8 + uses: crate-ci/typos@master # we should really incorporate all new changes with: files: ./_posts ./pages ./README.md config: ./.github/workflows/typo_config.toml diff --git a/.github/workflows/typo_config.toml b/.github/workflows/typo_config.toml index 0afc24557..73401654e 100644 --- a/.github/workflows/typo_config.toml +++ b/.github/workflows/typo_config.toml @@ -1,5 +1,16 @@ -[default.extend-words] -# Don't correct the surname "Hsi" -Hsi = "Hsi" -# Don't correct the acronym NWO -NWO = "NWO" +[files] +extend-exclude = [ + ".git/", + ".github/workflows/typo_config.toml", + "assets/js/*.min.*", +] +ignore-hidden = true +[default] +extend-ignore-re = [ + "Brain tailoRed stImulation protocoL", + "Vas Vasiliadis", + "Nam Pho", + "SLAC", + "Paul Hsi", + "NWO" +] diff --git a/_posts/2019-05-06-usrse-goals.md b/_posts/2019-05-06-usrse-goals.md index ae154b686..fef0fd991 100644 --- a/_posts/2019-05-06-usrse-goals.md +++ b/_posts/2019-05-06-usrse-goals.md @@ -9,7 +9,7 @@ tags: [governance] The US-RSE Association is centered around three main goals. Moving forward we aim to target our activities and actions to serving these -three main goals. Over time we plan to revist and refine these goals as +three main goals. Over time we plan to revisit and refine these goals as the needs and desires of the community change.