Skip to content

Commit

Permalink
Make YAMLLINT not blocking by default for SF Projects (#891)
Browse files Browse the repository at this point in the history
Fixes #879
  • Loading branch information
nvuillam authored Nov 19, 2024
1 parent 8d002d1 commit 5bb4538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
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
- Make yamllint not blocking by default in MegaLinter base config

## [5.6.3] 2024-11-17

Expand Down
3 changes: 2 additions & 1 deletion config/sfdx-hardis.mega-linter-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ PRE_COMMANDS:
SALESFORCE_SFDX_SCANNER_APEX_ARGUMENTS:
- --pmdconfig
- ./config/pmd-ruleset.xml
BASH_SHELLCHECK_FILTER_REGEX_EXCLUDE: (pre-commit)
BASH_FILTER_REGEX_EXCLUDE: (pre-commit)
MARKDOWN_MARKDOWN_LINK_CHECK_DISABLE_ERRORS: true
YAML_YAMLLINT_DISABLE_ERRORS: true

0 comments on commit 5bb4538

Please sign in to comment.