We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419978f commit 9001ac7Copy full SHA for 9001ac7
.doctor-rst.yaml
@@ -41,6 +41,7 @@ rules:
41
no_composer_req: ~
42
no_directive_after_shorthand: ~
43
no_duplicate_use_statements: ~
44
+ no_empty_literals: ~
45
no_explicit_use_of_code_block_php: ~
46
no_footnotes: ~
47
no_inheritdoc: ~
.github/workflows/ci.yaml
@@ -72,7 +72,7 @@ jobs:
72
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
73
74
- name: "Run DOCtor-RST"
75
- uses: docker://oskarstark/doctor-rst:1.66.0
+ uses: docker://oskarstark/doctor-rst:1.67.0
76
with:
77
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
78
0 commit comments