Skip to content

Commit 800f350

Browse files
committed
Fixed spell check
1 parent cd9b75a commit 800f350

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

.github/actions/spelling/patterns.txt

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# this is a comment
2+
3+
# marker to ignore all code on line
4+
^.*/\* #no-spell-check-line \*/.*$
5+
# marker for ignoring a comment to the end of the line
6+
// #no-spell-check.*$
7+
8+
Game Game
9+
110
^(?:https\??|data):\S*[*+]$
211
^..:0.Xx\S*}\\b$
312
catching 'templatesz'

.github/workflows/spelling.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ jobs:
109109
cspell:software-terms/dict/softwareTerms.txt
110110
cspell:filetypes/filetypes.txt
111111
cspell:csharp/csharp.txt
112-
#cspell:companies/dict/companies.txt
112+
cspell:companies/dict/companies.txt
113113
cspell:dotnet/dict/dotnet.txt
114-
#cspell:bash/dict/bash-words.txt
115-
# cspell:gaming-terms/dict/gaming-terms.txt
116-
#cspell:shell/dict/shell-all-words.txt
117-
#cspell:html/dict/html.txt
118-
#cspell:css/dict/css.txt
119-
#cspell:fullstack/dict/fullstack.txt
114+
cspell:bash/dict/bash-words.txt
115+
cspell:gaming-terms/dict/gaming-terms.txt
116+
cspell:shell/dict/shell-all-words.txt
117+
cspell:html/dict/html.txt
118+
cspell:css/dict/css.txt
119+
cspell:fullstack/dict/fullstack.txt
120120
comment-push:
121121
name: Report (Push)
122122
# If your workflow isn't running on push, you can remove this job

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ SHOW_NAMESPACES = YES
755755
# The FILE_VERSION_FILTER tag can be used to specify a program or script that
756756
# doxygen should invoke to get the current version for each file (typically from
757757
# the version control system). Doxygen will invoke the program by executing (via
758-
# popen()) the command command input-file, where command is the value of the
758+
# popen()) the command input-file, where command is the value of the
759759
# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
760760
# by doxygen. Whatever the program writes to standard output is used as the file
761761
# version. For an example see the documentation.

0 commit comments

Comments
 (0)