megalinter reports also in json and md instead of just log
This commit is contained in:
parent
a65a0b80a6
commit
76af81de56
1 changed files with 4 additions and 0 deletions
|
|
@ -36,3 +36,7 @@ DISABLE_LINTERS:
|
||||||
# - MARKDOWN_MARKDOWN_LINK_CHECK
|
# - MARKDOWN_MARKDOWN_LINK_CHECK
|
||||||
|
|
||||||
# DISABLE_LINTERS: JAVASCRIPT_STANDARD
|
# DISABLE_LINTERS: JAVASCRIPT_STANDARD
|
||||||
|
|
||||||
|
# CI will comment on PRs etc., but for running locally (or downloading the results), we want more than the default megalinter-reports/megalinter.log as an overview:
|
||||||
|
JSON_REPORTER: true # mega-linter-report.json
|
||||||
|
MARKDOWN_SUMMARY_REPORTER: true # megalinter-report.md
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue