-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"LTSC" and "Nanoserver" were added to the win32 dictionary upstream. As the win32 dictionary is large, it is not bundled with @cspell/cspell-bundled-dicts, so install it via a MegaLinter pre-command, and instruct CSpell to import it.
- Loading branch information
1 parent
ef9b295
commit f4d23f7
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
Laven | ||
ltsc | ||
nanoserver | ||
npmpackagejsonlintignore | ||
trivyignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,8 @@ JSON_PRETTIER_FILE_EXTENSIONS: | |
MARKDOWN_MARKDOWNLINT_CONFIG_FILE: .markdownlint.yaml | ||
REPOSITORY_CHECKOV_CONFIG_FILE: LINTER_DEFAULT | ||
SPELL_CSPELL_CONFIG_FILE: LINTER_DEFAULT | ||
SPELL_CSPELL_PRE_COMMANDS: | ||
- command: npm install @cspell/[email protected] | ||
TYPESCRIPT_DEFAULT_STYLE: prettier | ||
# Work around https://github.com/oxsecurity/megalinter/issues/1572. | ||
TYPESCRIPT_ES_CLI_LINT_MODE: project | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters