Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa committed Sep 18, 2024
1 parent 4de5cd8 commit 2a74b4b
Showing 1 changed file with 1 addition and 38 deletions.
39 changes: 1 addition & 38 deletions .github/workflows/check-spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2a74b4b

Please sign in to comment.