Skip to content

Commit ef1a001

Browse files
committed
minor #18908 Use Doctor RST 1.49.0 (alamirault)
This PR was merged into the 5.4 branch. Discussion ---------- Use Doctor RST 1.49.0 Forbid no footnotes OskarStark/doctor-rst#1494 Commits ------- 29e7812 Use Doctor RST 1.49.0
2 parents 44dd4c0 + 29e7812 commit ef1a001

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ rules:
3636
no_directive_after_shorthand: ~
3737
no_duplicate_use_statements: ~
3838
no_explicit_use_of_code_block_php: ~
39+
no_footnotes: ~
3940
no_inheritdoc: ~
4041
no_merge_conflict: ~
4142
no_namespace_after_use_statements: ~

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
7474

7575
- name: "Run DOCtor-RST"
76-
uses: docker://oskarstark/doctor-rst:1.48.4
76+
uses: docker://oskarstark/doctor-rst:1.49.0
7777
with:
7878
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7979

0 commit comments

Comments
 (0)