Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Add Github annotations support to all linters #39122
Comments
|
For |
Description
Based on #38982, we can now iterate and add Github annotations support to all the remaining linters provided by Symfony:
lint:twig
lint:xliff
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
andlint:xliff
commands are not provided as a standalone binary as the Yaml component does. Would it be worth adding these?Example
See #38982