Skip to content

Commit

Permalink
Make markdown-links-check not blocking by default in MegaLinter base …
Browse files Browse the repository at this point in the history
…config (#888)
  • Loading branch information
nvuillam authored Nov 19, 2024
1 parent f1b1206 commit 8d002d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image `hardisgroupcom/sfdx-hardis@beta`

- Make markdown-links-check not blocking by default in MegaLinter base config

## [5.6.3] 2024-11-17

- MegaLinter config: disable APPLY_FIXES by default
Expand Down
1 change: 1 addition & 0 deletions config/sfdx-hardis.mega-linter-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ SALESFORCE_SFDX_SCANNER_APEX_ARGUMENTS:
- --pmdconfig
- ./config/pmd-ruleset.xml
BASH_SHELLCHECK_FILTER_REGEX_EXCLUDE: (pre-commit)
MARKDOWN_MARKDOWN_LINK_CHECK_DISABLE_ERRORS: true

0 comments on commit 8d002d1

Please sign in to comment.