Skip to content

Commit

Permalink
ci(lint): markdown link check as warning
Browse files Browse the repository at this point in the history
- downgrade failed markdown link checks from error to warning
- this is because of frequent errors

Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Dec 11, 2024
1 parent be9538d commit 1b4c19e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ YAML_V8R_DISABLE_ERRORS: true

# markdown
MARKDOWN_MARKDOWNLINT_FILTER_REGEX_EXCLUDE: (CHANGELOG\.md)
MARKDOWN_MARKDOWN_LINK_CHECK_DISABLE_ERRORS: true

# JAVASCRIPT_STANDARD
JAVASCRIPT_STANDARD_FILTER_REGEX_EXCLUDE: (pagetoc\.js)
Expand Down

0 comments on commit 1b4c19e

Please sign in to comment.