Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2712ab1

Browse filesBrowse files
committed
Use DOCtor-RST 1.67.0
1 parent 419978f commit 2712ab1
Copy full SHA for 2712ab1

File tree

Expand file treeCollapse file tree

2 files changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-1
lines changed

‎.doctor-rst.yaml

Copy file name to clipboardExpand all lines: .doctor-rst.yaml
+2Lines changed: 2 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: .github/workflows/ci.yaml
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.