Skip to content

Commit 2712ab1

Browse files
committed
Use DOCtor-RST 1.67.0
1 parent 419978f commit 2712ab1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.doctor-rst.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ rules:
4141
no_composer_req: ~
4242
no_directive_after_shorthand: ~
4343
no_duplicate_use_statements: ~
44+
no_empty_literals: ~
4445
no_explicit_use_of_code_block_php: ~
4546
no_footnotes: ~
4647
no_inheritdoc: ~
@@ -118,3 +119,4 @@ whitelist:
118119
- '.. _`a feature to test applications using Mercure`: https://github.com/symfony/panther#creating-isolated-browsers-to-test-apps-using-mercure-or-websocket'
119120
- 'End to End Tests (E2E)'
120121
- '.. versionadded:: 2.2.0' # Panther
122+
- '* Inline code blocks use double-ticks (````like this````).'

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
7373

7474
- name: "Run DOCtor-RST"
75-
uses: docker://oskarstark/doctor-rst:1.66.0
75+
uses: docker://oskarstark/doctor-rst:1.67.0
7676
with:
7777
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7878

0 commit comments

Comments
 (0)