Skip to content

Commit

Permalink
Improving CSpell linter output (#578)
Browse files Browse the repository at this point in the history
Co-authored-by: Javy de Koning <javy@amazon.nl>
  • Loading branch information
javydekoning and Javy de Koning authored Dec 20, 2022
1 parent 7d28e99 commit 13f8c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ CLOUDFORMATION_CFN_LINT_FILE_EXTENSIONS: [".yml", ".yaml"]
EDITORCONFIG_EDITORCONFIG_CHECKER_CONFIG_FILE: '.ecrc.json'
MARKDOWN_MARKDOWN_LINK_CHECK_ARGUMENTS: '-q'
MARKDOWN_MARKDOWNLINT_DISABLE_ERRORS: false
SPELL_CSPELL_ARGUMENTS: '--unique --words-only --gitignore'
SPELL_CSPELL_ARGUMENTS: '--gitignore --no-progress --show-suggestions'
SPELL_CSPELL_FILE_EXTENSIONS: ["*"]

0 comments on commit 13f8c53

Please sign in to comment.