Skip to content

Commit

Permalink
[MegaLinter] Apply linters fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored and github-actions[bot] committed Oct 31, 2022
1 parent 97830e4 commit 73686c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions megalinter/descriptors/markdown.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ linters:
variable: MARKDOWN_DEFAULT_STYLE
expected_value: markdownlint
default_value: markdownlint
linter_text:
Checks for errors in Markdown files, and can also auto-fix some of them.

linter_text: Checks for errors in Markdown files, and can also auto-fix some of them.


[MarkdownLint](https://github.com/DavidAnson/markdownlint) is run through [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli)

Expand Down
4 changes: 2 additions & 2 deletions megalinter/descriptors/spell.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ linters:
- class: CSpellLinter
linter_name: cspell
name: SPELL_CSPELL
variables:
- name: SPELL_CSPELL_ANALYZE_FILE_NAMES
variables:
- name: SPELL_CSPELL_ANALYZE_FILE_NAMES
default_value: "true"
description: If set to `true`, MegaLinter will also send file names to cspell for analysis. Disable by defining `SPELL_CSPELL_ANALYZE_FILE_NAMES` to `false``
linter_text: |
Expand Down

0 comments on commit 73686c8

Please sign in to comment.