From 2a74b4b129331702f3239282167febd298f6d265 Mon Sep 17 00:00:00 2001 From: Felix Nicolae Bucsa Date: Wed, 18 Sep 2024 08:27:39 +0100 Subject: [PATCH] edits --- .github/workflows/check-spelling.yml | 39 +--------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index 88c8d3219..8aea6d826 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -65,41 +65,4 @@ jobs: cspell:cpp/src/compiler-gcc.txt cspell:cpp/src/compiler-msvc.txt cspell:cpp/src/ecosystem.txt - cspell:cpp/src/lang-jargon.txt - cspell:cpp/src/lang-keywords.txt - cspell:cpp/src/people.txt - cspell:cpp/src/stdlib-c.txt - cspell:cpp/src/stdlib-cerrno.txt - cspell:cpp/src/stdlib-cmath.txt - cspell:cpp/src/stdlib-cpp.txt - cspell:cpp/src/template-strings.txt - cspell:cryptocurrencies/cryptocurrencies.txt - cspell:csharp/csharp.txt - cspell:css/dict/css.txt - cspell:dart/src/dart.txt - cspell:django/dict/django.txt - cspell:django/requirements.txt - cspell:docker/src/docker-words.txt - cspell:dotnet/dict/dotnet.txt - cspell:elixir/dict/elixir.txt - cspell:filetypes/filetypes.txt - cspell:fonts/fonts.txt - cspell:fullstack/dict/fullstack.txt - cspell:gaming-terms/dict/gaming-terms.txt - cspell:golang/dict/go.txt - cspell:haskell/dict/haskell.txt - cspell:html-symbol-entities/entities.txt - shortest_word: 3 - largest_file: 1048576 - unknown_word_limit: 5 - notices: candidate-pattern - candidate_example_limit: 3 - summary_table: 1 - ignore-pattern: '[^a-zA-Z\']' - upper-pattern: '[A-Z]' - lower-pattern: '[a-z]' - not-lower-pattern: '[^a-z]' - not-upper-or-lower-pattern: '[^A-Za-z]' - punctuation-pattern: "'" - cache-dictionaries: 1 - + cspell:cpp/src/lang-jargon.txt \ No newline at end of file