From efde97c99896991aab0b8f6d5d39397185cf8181 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Sat, 2 Nov 2024 10:20:26 +1100 Subject: [PATCH] Update spellcheck.yaml * Increase dictionary limit --- .github/workflows/spellcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index fa80f5d2f..52a98295b 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -104,7 +104,7 @@ jobs: warnings: bad-regex,binary-file,deprecated-feature,large-file,limited-references,no-newline-at-eof,noisy-file,non-alpha-in-dictionary,token-is-substring,unexpected-line-ending,whitespace-in-dictionary,minified-file,unsupported-configuration,no-files-to-check experimental_apply_changes_via_bot: 1 use_sarif: ${{ (!github.event.pull_request || (github.event.pull_request.head.repo.full_name == github.repository)) && 1 }} - extra_dictionary_limit: 20 + extra_dictionary_limit: 40 extra_dictionaries: cspell:software-terms/dict/softwareTerms.txt cspell:php/dict/php.txt