We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6be6359 + 8ee8230 commit 76c8a68Copy full SHA for 76c8a68
.doctor-rst.yaml
@@ -35,6 +35,7 @@ rules:
35
no_blank_line_after_filepath_in_xml_code_block: ~
36
no_blank_line_after_filepath_in_yaml_code_block: ~
37
no_brackets_in_method_directive: ~
38
+ no_broken_ref_directive: ~
39
no_composer_req: ~
40
no_directive_after_shorthand: ~
41
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