reviewdog / action-stylelint

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

Upgraded to ReviewDog 0.17.0, implemented RDJSON #111

Closed bert-mccutchen closed 9 months ago

bert-mccutchen commented 9 months ago

Why?

I noticed that Reviewdog was not actually posting PR comments when using github-pr-review. After tons of time debugging, it turns out that migrating to RDJSON fixes this issue. I also noticed that this action is using an older version of Reviewdog while debugging.

[!TIP] With RDJSON implemented, we can move onto supporting automatic code suggestions in the future.

What

  1. Removed the usage of JQ to parse Stylelint results.
  2. Added a custom Stylelint formatter that produces results in the RDJSON format for Reviewdog to ingest.
  3. Upgraded Reviewdog to version 0.17.0.
github-actions[bot] commented 9 months ago

🏷️ [bumpr] Next version:v1.20.0 Changes:v1.19.0...reviewdog:reviewdog-17-rdjson

github-actions[bot] commented 9 months ago

🚀 [bumpr] Bumped! New version:v1.20.0 Changes:v1.19.0...v1.20.0