Skip to content

Commit 00fe517

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: Use DOCtor-RST 1.62.2 and new `no_broken_ref_directive` rule
2 parents 1d24d2a + 76c8a68 commit 00fe517

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
@@ -35,6 +35,7 @@ rules:
3535
no_blank_line_after_filepath_in_xml_code_block: ~
3636
no_blank_line_after_filepath_in_yaml_code_block: ~
3737
no_brackets_in_method_directive: ~
38+
no_broken_ref_directive: ~
3839
no_composer_req: ~
3940
no_directive_after_shorthand: ~
4041
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)