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 e07e38d commit 29e7812Copy full SHA for 29e7812
.doctor-rst.yaml
@@ -36,6 +36,7 @@ rules:
36
no_directive_after_shorthand: ~
37
no_duplicate_use_statements: ~
38
no_explicit_use_of_code_block_php: ~
39
+ no_footnotes: ~
40
no_inheritdoc: ~
41
no_merge_conflict: ~
42
no_namespace_after_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.48.4
+ uses: docker://oskarstark/doctor-rst:1.49.0
77
with:
78
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
79
0 commit comments