Skip to content

fix(formatters): include all results in markdown output - #3039

Open
slegarraga wants to merge 1 commit into
stoplightio:developfrom
slegarraga:fix/markdown-formatter-severity
Open

fix(formatters): include all results in markdown output#3039
slegarraga wants to merge 1 commit into
stoplightio:developfrom
slegarraga:fix/markdown-formatter-severity

Conversation

@slegarraga

Copy link
Copy Markdown
Contributor

Closes #2834

The markdown formatter filtered results by --fail-severity, so warnings and info results disappeared unless the flag was raised manually. This aligns it with formatters like stylish by rendering all validation results and adds a regression test that confirms warning rows are still present with the default error severity.

Verified with eslint, prettier, and the full formatters Jest suite.

Signed-off-by: Sebastian Legarraga <64795732+slegarraga@users.noreply.github.com>
@slegarraga
slegarraga requested a review from a team as a code owner August 8, 2026 21:38
@micryc micryc self-assigned this Aug 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Markdown formatter works only for errors - lack of documentation for formatters

2 participants