Skip to content

Commit 528f75f

Browse files
ci: Workflow Bot -- Build Readme (#6765)
Co-authored-by: Jason3S <[email protected]>
1 parent ebd9c4b commit 528f75f

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

docs/_includes/generated-docs/help-lint.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Options:
3636
-u, --unique Only output the first instance of a word not
3737
found in the dictionaries.
3838
-e, --exclude <glob> Exclude files matching the glob pattern. This
39-
option can be used multiple times to add
40-
multiple globs.
39+
option can be used multiple times to add multiple
40+
globs.
4141
--file-list <path or stdin> Specify a list of files to be spell checked. The
4242
list is filtered against the glob file patterns.
4343
Note: the format is 1 file path per line.
@@ -70,8 +70,7 @@ Options:
7070
--gitignore Ignore files matching glob patterns found in
7171
.gitignore files.
7272
--no-gitignore Do NOT use .gitignore files.
73-
--gitignore-root <path> Prevent searching for .gitignore files past
74-
root.
73+
--gitignore-root <path> Prevent searching for .gitignore files past root.
7574
--validate-directives Validate in-document CSpell directives.
7675
--color Force color.
7776
--no-color Turn off color.

packages/cspell/README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ Options:
145145
-u, --unique Only output the first instance of a word not
146146
found in the dictionaries.
147147
-e, --exclude <glob> Exclude files matching the glob pattern. This
148-
option can be used multiple times to add
149-
multiple globs.
148+
option can be used multiple times to add multiple
149+
globs.
150150
--file-list <path or stdin> Specify a list of files to be spell checked. The
151151
list is filtered against the glob file patterns.
152152
Note: the format is 1 file path per line.
@@ -179,8 +179,7 @@ Options:
179179
--gitignore Ignore files matching glob patterns found in
180180
.gitignore files.
181181
--no-gitignore Do NOT use .gitignore files.
182-
--gitignore-root <path> Prevent searching for .gitignore files past
183-
root.
182+
--gitignore-root <path> Prevent searching for .gitignore files past root.
184183
--validate-directives Validate in-document CSpell directives.
185184
--color Force color.
186185
--no-color Turn off color.
@@ -259,8 +258,8 @@ Trace words -- Search for words in the configuration and dictionaries.
259258
Options:
260259
-c, --config <cspell.json> Configuration file to use. By default cspell
261260
looks for cspell.json in the current directory.
262-
--locale <locale> Set language locales. i.e. "en,fr" for English
263-
and French, or "en-GB" for British English.
261+
--locale <locale> Set language locales. i.e. "en,fr" for English and
262+
French, or "en-GB" for British English.
264263
--language-id <language> Use programming language. i.e. "php" or "scala".
265264
--allow-compound-words Turn on allowCompoundWords
266265
--no-allow-compound-words Turn off allowCompoundWords

packages/cspell/static/help-lint.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Options:
3333
-u, --unique Only output the first instance of a word not
3434
found in the dictionaries.
3535
-e, --exclude <glob> Exclude files matching the glob pattern. This
36-
option can be used multiple times to add
37-
multiple globs.
36+
option can be used multiple times to add multiple
37+
globs.
3838
--file-list <path or stdin> Specify a list of files to be spell checked. The
3939
list is filtered against the glob file patterns.
4040
Note: the format is 1 file path per line.
@@ -67,8 +67,7 @@ Options:
6767
--gitignore Ignore files matching glob patterns found in
6868
.gitignore files.
6969
--no-gitignore Do NOT use .gitignore files.
70-
--gitignore-root <path> Prevent searching for .gitignore files past
71-
root.
70+
--gitignore-root <path> Prevent searching for .gitignore files past root.
7271
--validate-directives Validate in-document CSpell directives.
7372
--color Force color.
7473
--no-color Turn off color.

packages/cspell/static/help-trace.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Trace words -- Search for words in the configuration and dictionaries.
55
Options:
66
-c, --config <cspell.json> Configuration file to use. By default cspell
77
looks for cspell.json in the current directory.
8-
--locale <locale> Set language locales. i.e. "en,fr" for English
9-
and French, or "en-GB" for British English.
8+
--locale <locale> Set language locales. i.e. "en,fr" for English and
9+
French, or "en-GB" for British English.
1010
--language-id <language> Use programming language. i.e. "php" or "scala".
1111
--allow-compound-words Turn on allowCompoundWords
1212
--no-allow-compound-words Turn off allowCompoundWords

0 commit comments

Comments
 (0)