Skip to content

Commit

Permalink
minor #18908 Use Doctor RST 1.49.0 (alamirault)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Sep 20, 2023
2 parents 44dd4c0 + 29e7812 commit ef1a001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .doctor-rst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ rules:
no_directive_after_shorthand: ~
no_duplicate_use_statements: ~
no_explicit_use_of_code_block_php: ~
no_footnotes: ~
no_inheritdoc: ~
no_merge_conflict: ~
no_namespace_after_use_statements: ~
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}

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

Expand Down

0 comments on commit ef1a001

Please sign in to comment.