We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c0088 commit 482db78Copy full SHA for 482db78
templates.rst
@@ -573,6 +573,9 @@ errors. It's useful to run it before deploying your application to production
573
$ php bin/console lint:twig templates/email/
574
$ php bin/console lint:twig templates/article/recent_list.html.twig
575
576
+ # you can show deprecations as errors
577
+ $ php bin/console lint:twig --show-deprecations templates/email/
578
+
579
.. versionadded:: 4.4
580
581
The feature that checks all the application templates when not passing any
0 commit comments