Skip to content

Commit 8ee8230

Browse files
committed
minor #20153 Use DOCtor-RST 1.62.2 and new no_broken_ref_directive rule (OskarStark)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- Use DOCtor-RST 1.62.2 and new `no_broken_ref_directive` rule Follows * OskarStark/doctor-rst#1816 cc `@MrYamous` Commits ------- 6528840 Use DOCtor-RST 1.62.2 and new `no_broken_ref_directive` rule
2 parents 86a4de5 + 6528840 commit 8ee8230

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.doctor-rst.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ rules:
3939
no_blank_line_after_filepath_in_xml_code_block: ~
4040
no_blank_line_after_filepath_in_yaml_code_block: ~
4141
no_brackets_in_method_directive: ~
42+
no_broken_ref_directive: ~
4243
no_composer_req: ~
4344
no_directive_after_shorthand: ~
4445
no_duplicate_use_statements: ~

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

0 commit comments

Comments
 (0)