Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cosmetic - New Line Feed missing in ERROR-MARKDOWN_MARKDOWN_TABLE_FORMATTER.log #665

Closed
llaville opened this issue Aug 20, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@llaville
Copy link
Collaborator

Describe the bug
New Line Feed missing in ERROR-MARKDOWN_MARKDOWN_TABLE_FORMATTER.log

To Reproduce
Steps to reproduce the behavior:

  1. Run docker run -v $(pwd):/tmp/lint nvuillam/mega-linter-php:v4 mega-linter-runner --flavor php

Expected behavior
A new line before to print the bullet list tables to format

Screenshots

ERROR-MARKDOWN_MARKDOWN_TABLE_FORMATTER.log
Results of markdown-table-formatter linter (version 1.1.0)
See documentation on https://nvuillam.github.io/mega-linter/descriptors/markdown_markdown_table_formatter/
-----------------------------------------------

❌ [ERROR] for workspace /tmp/lint
Linter raw log:
2 files contain markdown tables to format: - 
/tmp/lint/README.md
- /tmp/lint/ROADMAP.md
@llaville llaville added the bug Something isn't working label Aug 20, 2021
@nvuillam
Copy link
Member

nvuillam commented Aug 20, 2021

The error is not related to Mega-Linter but to markdown-table-formatter

Fortunately, I am also the author of markdown-table-formatter so I'll take a look :)

@nvuillam
Copy link
Member

nvuillam commented Aug 20, 2021

New version of markdown-table-formatter has been released and will be catched by Mega-Linter Auto-Update CI job in some dozens of minutes :)

@nvuillam
Copy link
Member

Solved and integrated in latest / insiders version of Mega-Linter :)

@llaville
Copy link
Collaborator Author

Confirmed with command docker run -v $(pwd):/tmp/lint nvuillam/mega-linter-php:latest mega-linter-runner --flavor php

and report log


Results of markdown-table-formatter linter (version 1.2.0)
See documentation on https://nvuillam.github.io/mega-linter/descriptors/markdown_markdown_table_formatter/
-----------------------------------------------

❌ [ERROR] for workspace /tmp/lint
Linter raw log:
2 files contain markdown tables to format:
- /tmp/lint/README.md
- /tmp/lint/ROADMAP.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants