8000 Use Doctor RST 1.48.0 · symfony/symfony-docs@3916d22 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3916d22

Browse files
committed
Use Doctor RST 1.48.0
1 parent b2f315d commit 3916d22

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

.doctor-rst.yaml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ rules:
7777
deprecated_directive_min_version:
7878
min_version: '5.0'
7979

80+
exclude_rule_for_file:
81+
- path: configuration/multiple_kernels.rst
82+
rule_name: replacement
83+
8084
# do not report as violation
8185
whitelist:
8286
regex:
@@ -102,17 +106,3 @@ whitelist:
102106
- '// bin/console'
103107
- '.. _`a feature to test applications using Mercure`: https://github.com/symfony/panther#creating-isolated-browsers-to-test-apps-using-mercure-or-websocket'
104108
- '.. End to End Tests (E2E)'
105-
- 'First, create a new ``apps`` directory at the root of your project, which will' # configuration/multiple_kernels.rst
106-
- '├─ apps/' # configuration/multiple_kernels.rst
107-
- '``apps/`` directory. Therefore, you should carefully consider what is' # configuration/multiple_kernels.rst
108-
- 'Since the new ``apps/api/src/`` directory will host the PHP code related to the' # configuration/multiple_kernels.rst
109-
- '"Api\\": "apps/api/src/"' # configuration/multiple_kernels.rst
110-
- "return $this->getProjectDir().'/apps/'.$this->id.'/config';" # configuration/multiple_kernels.rst
111-
- '``apps/`` as it is used in the Kernel to load the specific application' # configuration/multiple_kernels.rst
112-
- '``apps/admin/templates/`` which you will need to manually configure under the' # configuration/multiple_kernels.rst
113-
- '# apps/admin/config/packages/twig.yaml' # configuration/multiple_kernels.rst
114-
- "'%kernel.project_dir%/apps/admin/templates': Admin" # configuration/multiple_kernels.rst
115-
- '// apps/api/tests/ApiTestCase.php' # configuration/multiple_kernels.rst
116-
- 'Now, create a ``tests/`` directory inside the ``apps/api/`` application. Then,' # configuration/multiple_kernels.rst
117-
- '"Api\\Tests\\": "apps/api/tests/"' # configuration/multiple_kernels.rst
118-
- '<directory>apps/api/tests</directory>' # configuration/multiple_kernels.rst

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
7474

7575
- name: "Run DOCtor-RST"
76-
uses: docker://oskarstark/doctor-rst:1.47.2
76+
uses: docker://oskarstark/doctor-rst:1.48.0
7777
with:
7878
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7979

0 commit comments

Comments
 (0)
0