-
-
Notifications
You must be signed in to change notification settings - Fork 280
Description
Is your feature request related to a problem? Please describe.
The documentation for this field is quite confusing. The possible values are as follows:
megalinter/megalinter/utils_reporter.py
Line 23 in a9d7cef
| def build_markdown_summary(reporter_self, action_run_url="", max_total_chars=40000): |
That is:
- sections
- sections-table
- table-sections
- table
The explanation on these pages is as follows:
Display summary in PR/MR comments as sections, table or both (sections-table or table-sections)
https://megalinter.io/latest/reporters/AzureCommentReporter/
https://megalinter.io/latest/reporters/BitbucketCommentReporter/
https://megalinter.io/latest/reporters/GitHubCommentReporter/
Honestly @nvuillam, I don't understand that explanation of the 4 possible values, let alone what each one means.
Even in Azure DevOps, setting it to REPORTERS_MARKDOWN_SUMMARY_TYPE: sections does not display anything:
Describe the solution you'd like
Explain the possible values and what each one does more clearly by showing screenshots.
Describe alternatives you've considered
Additional context