Skip to content

Commit 443d2c2

Browse files
committed
minor #12272 ignore false positives in master branch from DOCtor-RST (OskarStark)
This PR was merged into the master branch. Discussion ---------- ignore false positives in master branch from DOCtor-RST Now the `master` branch should be green Commits ------- 119fe75 ignore false positives in master branch from DOCtor-RST
2 parents 4666a0f + 119fe75 commit 443d2c2

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
@@ -77,6 +77,8 @@ whitelist:
7777
- '.. versionadded:: 1.8' # MakerBundle
7878
- '0 => 123' # assertion for var_dumper - components/var_dumper.rst
7979
- '1 => "foo"' # assertion for var_dumper - components/var_dumper.rst
80+
- '123,' # assertion for var_dumper - components/var_dumper.rst
81+
- '"foo",' # assertion for var_dumper - components/var_dumper.rst
8082
- '$var .= "Because of this `\xE9` octet (\\xE9),\n";'
8183
- "`Deploying Symfony 4 Apps on Heroku`_."
8284
- ".. _`Deploying Symfony 4 Apps on Heroku`: https://devcenter.heroku.com/articles/deploying-symfony4"

0 commit comments

Comments
 (0)