We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96680c commit 3887d88Copy full SHA for 3887d88
.doctor-rst.yaml
@@ -12,6 +12,7 @@ rules:
12
correct_code_block_directive_based_on_the_content: ~
13
deprecated_directive_should_have_version: ~
14
ensure_bash_prompt_before_composer_command: ~
15
+ ensure_correct_format_for_phpfunction: ~
16
ensure_exactly_one_space_before_directive_type: ~
17
ensure_exactly_one_space_between_link_definition_and_link: ~
18
ensure_github_directive_start_with_prefix:
.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.57.1
+ uses: docker://oskarstark/doctor-rst:1.59.0
77
with:
78
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
79
0 commit comments