Skip to content

Commit b4a389f

Browse files
authored
Add status reporter for GH (#876)
* Add status reporter for GH * make sure we only validate updated/new files * Add Sarif reporter * change log level to warning * make the link check show only errors * fix failing link. * quiet log for link check
1 parent 0b58df1 commit b4a389f

File tree

3 files changed

+6
-35
lines changed

3 files changed

+6
-35
lines changed

.markdown-link-check.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
{"pattern": "^https://marketplace.visualstudio.com"},
1919
{"pattern": "^https://opensource.org/licenses/MIT"},
2020
{"pattern": "^https://www.researchgate.net/publication/301839557_The_landscape_of_software_failure_cause_models"},
21-
{"pattern": "^https://www.cmu.edu/iso/governance/guidelines/data-classification.html"}
21+
{"pattern": "^https://www.cmu.edu/iso/governance/guidelines/data-classification.html"},
22+
{"pattern": "^https://machinelearningmastery.com/how-to-get-baseline-results-and-why-they-matter/"}
2223
],
2324
"httpHeaders": [
2425
{

.markdownlinkcheck.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

.mega-linter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ SPELL_CSPELL_DISABLE_ERRORS: true
1313
SHOW_ELAPSED_TIME: true
1414
FILEIO_REPORTER: false
1515
PARALLEL: true
16+
GITHUB_STATUS_REPORTER: true
17+
VALIDATE_ALL_CODEBASE: false
18+
LOG_LEVEL: WARNING
19+
MARKDOWN_MARKDOWN_LINK_CHECK_ARGUMENTS: "-q"
1620
# DISABLE_ERRORS: true # Uncomment if you want MegaLinter to detect errors but not block CI to pass

0 commit comments

Comments
 (0)