Description
Description
Based on #38982, we can now iterate and add Github annotations support to all the remaining linters provided by Symfony:
-
lint:twig
=> [TwigBridge] LintCommand supports Github Actions annotations #39826 -
lint:xliff
=> [Translation] XliffLintCommand supports Github Actions annotations #39828 lint:container
?
This one may not benefit a lot from it, as we don't have file & line info to show. Only the first error message would be shown.
Additionally, the lint:twig
and lint:xliff
commands are not provided as a standalone binary as the Yaml component does. Would it be worth adding these?
Example
See #38982