We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no_broken_ref_directive
1 parent fbc0139 commit 6528840Copy full SHA for 6528840
.doctor-rst.yaml
@@ -39,6 +39,7 @@ rules:
39
no_blank_line_after_filepath_in_xml_code_block: ~
40
no_blank_line_after_filepath_in_yaml_code_block: ~
41
no_brackets_in_method_directive: ~
42
+ no_broken_ref_directive: ~
43
no_composer_req: ~
44
no_directive_after_shorthand: ~
45
no_duplicate_use_statements: ~
.github/workflows/ci.yaml
@@ -73,7 +73,7 @@ jobs:
73
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
74
75
- name: "Run DOCtor-RST"
76
- uses: docker://oskarstark/doctor-rst:1.61.1
+ uses: docker://oskarstark/doctor-rst:1.62.2
77
with:
78
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
79
0 commit comments