Skip to content

Commit

Permalink
fix: Update CSpell version (8.17.2) (#615)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 8c11859 commit d259857
Show file tree
Hide file tree
Showing 6 changed files with 189 additions and 174 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ Options:
-u, --unique Only output the first instance of a word not
found in the dictionaries.
-e, --exclude <glob> Exclude files matching the glob pattern. This
option can be used multiple times to add
multiple globs.
option can be used multiple times to add multiple
globs.
--file-list <path or stdin> Specify a list of files to be spell checked. The
list is filtered against the glob file patterns.
Note: the format is 1 file path per line.
Expand Down Expand Up @@ -193,8 +193,7 @@ Options:
--gitignore Ignore files matching glob patterns found in
.gitignore files.
--no-gitignore Do NOT use .gitignore files.
--gitignore-root <path> Prevent searching for .gitignore files past
root.
--gitignore-root <path> Prevent searching for .gitignore files past root.
--validate-directives Validate in-document CSpell directives.
--color Force color.
--no-color Turn off color.
Expand Down Expand Up @@ -248,8 +247,8 @@ Trace words -- Search for words in the configuration and dictionaries.
Options:
-c, --config <cspell.json> Configuration file to use. By default cspell
looks for cspell.json in the current directory.
--locale <locale> Set language locales. i.e. "en,fr" for English
and French, or "en-GB" for British English.
--locale <locale> Set language locales. i.e. "en,fr" for English and
French, or "en-GB" for British English.
--language-id <language> Use programming language. i.e. "php" or "scala".
--allow-compound-words Turn on allowCompoundWords
--no-allow-compound-words Turn off allowCompoundWords
Expand Down Expand Up @@ -280,8 +279,7 @@ Options:
```
Usage: cspell check [options] <files...>
Spell check file(s) and display the result. The full file is displayed in
color.
Spell check file(s) and display the result. The full file is displayed in color.
Options:
-c, --config <cspell.json> Configuration file to use. By default cspell
Expand Down
Loading

0 comments on commit d259857

Please sign in to comment.