You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I missed this issue.
Annotations in combination with summary output will be somewhat challenging. The only way (I think) we can do annotations is to parse the output of stylua, and if the output doesn't give any info about specific problems which we can parse, then we can't do annotations.
That being said, stylua supports --output-style=json, which is nicely machine readable. This can be parsed to support annotations, then a custom summary produced afterwards
So now that we have the summary output style (thanks again!), it would be nice if the action used annotations to point out mistakes in the code.
The text was updated successfully, but these errors were encountered: