Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,8 @@ errors. It's useful to run it before deploying your application to production
$ php bin/console lint:twig templates/email/
$ php bin/console lint:twig templates/article/recent_list.html.twig

# you can also show the deprecated features used in your templates
# you can also show the first deprecated feature used in your templates
# as it shows only the first one found, you may need to run it until no more deprecations are found
$ php bin/console lint:twig --show-deprecations templates/email/

When running the linter inside `GitHub Actions`_, the output is automatically
Expand Down