Skip to content

Commit ab9fda1

Browse files
committed
minor #19677 Use DoctorRST 1.57.1 (alamirault)
This PR was merged into the 5.4 branch. Discussion ---------- Use DoctorRST 1.57.1 With new rule OskarStark/doctor-rst#1651 to "Ensure :class: :method: :namespace: starts with Symfony\\ " Commits ------- 9b4ab99 Use Doctor RST 1.57.1
2 parents 1c029ca + 9b4ab99 commit ab9fda1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.doctor-rst.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ rules:
1414
ensure_bash_prompt_before_composer_command: ~
1515
ensure_exactly_one_space_before_directive_type: ~
1616
ensure_exactly_one_space_between_link_definition_and_link: ~
17+
ensure_github_directive_start_with_prefix:
18+
prefix: 'Symfony'
1719
ensure_link_bottom: ~
1820
ensure_link_definition_contains_valid_url: ~
1921
ensure_order_of_code_blocks_in_configuration_block: ~

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

0 commit comments

Comments
 (0)