reviewdog / action-stylelint

Run stylelint with reviewdog
https://github.com/marketplace?type=actions&query=reviewdog
MIT License
46 stars 24 forks source link

Stylelint 16: STDERR Problem Output #114

Closed bert-mccutchen closed 7 months ago

bert-mccutchen commented 7 months ago

Why?

Fixes https://github.com/reviewdog/action-stylelint/pull/114

Stylelint 16 now prints all problems to STDERR.

https://github.com/stylelint/stylelint/blob/main/docs/migration-guide/to-16.md#changed-cli-to-print-problems-to-stderr

What

Redirected Stylelint's STDERR results to STDOUT to maintain backwards compatibility with older versions and the existing script.

github-actions[bot] commented 7 months ago

🏷️ [bumpr] Next version:v1.20.2 Changes:v1.20.1...reviewdog:stylelint-stderr-stdout

github-actions[bot] commented 7 months ago

🚀 [bumpr] Bumped! New version:v1.20.2 Changes:v1.20.1...v1.20.2

haya14busa commented 7 months ago

Thanks👍