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
Currently, twig:lint is displaying the output in the CLI.
There are cases, such as Jenkins, where you would like to generate a report to display it, thus formatting the output of the command.
I am thinking of:
--format
--file
What do you guys think of adding formatting option, in order to do such things? Would it make sense to you?