Skip to content

Commit dbd1fee

Browse files
committed
minor #19734 Use Doctor RST 1.59.0 (alamirault)
This PR was merged into the 5.4 branch. Discussion ---------- Use Doctor RST 1.59.0 [New rule : Ensure correct format for :phpfunction:](OskarStark/doctor-rst#1688) Commits ------- 3887d88 Use Doctor RST 1.59.0
2 parents e96680c + 3887d88 commit dbd1fee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .doctor-rst.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ rules:
1212
correct_code_block_directive_based_on_the_content: ~
1313
deprecated_directive_should_have_version: ~
1414
ensure_bash_prompt_before_composer_command: ~
15+
ensure_correct_format_for_phpfunction: ~
1516
ensure_exactly_one_space_before_directive_type: ~
1617
ensure_exactly_one_space_between_link_definition_and_link: ~
1718
ensure_github_directive_start_with_prefix:

Diff for: .github/workflows/ci.yaml

+1-1
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.57.1
76+
uses: docker://oskarstark/doctor-rst:1.59.0
7777
with:
7878
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7979

0 commit comments

Comments
 (0)