Skip to content

Commit f9b3f70

Browse files
committed
Temporary whitelist rst-class directives
1 parent 54b9812 commit f9b3f70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.doctor-rst.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ whitelist:
5050
- '/FOSUserBundle(.*)\.yml/'
5151
- '/``.yml``/'
5252
- '/(.*)\.orm\.yml/' # currently DoctrineBundle only supports .yml
53+
- '/rst-class/'
5354
lines:
5455
- 'in config files, so the old ``app/config/config_dev.yml`` goes to'
5556
- '#. The most important config file is ``app/config/services.yml``, which now is'
@@ -72,3 +73,4 @@ whitelist:
7273
- '$var .= "Because of this `\xE9` octet (\\xE9),\n";'
7374
- "`Deploying Symfony 4 Apps on Heroku`_."
7475
- ".. _`Deploying Symfony 4 Apps on Heroku`: https://devcenter.heroku.com/articles/deploying-symfony4"
76+
- '.. code-block:: twig'

0 commit comments

Comments
 (0)