Skip to content

Commit

Permalink
minor #19677 Use DoctorRST 1.57.1 (alamirault)
Browse files Browse the repository at this point in the history
This PR was merged into the 5.4 branch.

Discussion
----------

Use DoctorRST 1.57.1

With new rule OskarStark/doctor-rst#1651 to "Ensure :class: :method: :namespace: starts with Symfony\\ "

Commits
-------

9b4ab99 Use Doctor RST 1.57.1
  • Loading branch information
javiereguiluz committed Mar 18, 2024
2 parents 1c029ca + 9b4ab99 commit ab9fda1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .doctor-rst.yaml
Expand Up @@ -14,6 +14,8 @@ rules:
ensure_bash_prompt_before_composer_command: ~
ensure_exactly_one_space_before_directive_type: ~
ensure_exactly_one_space_between_link_definition_and_link: ~
ensure_github_directive_start_with_prefix:
prefix: 'Symfony'
ensure_link_bottom: ~
ensure_link_definition_contains_valid_url: ~
ensure_order_of_code_blocks_in_configuration_block: ~
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
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.54.0
uses: docker://oskarstark/doctor-rst:1.57.1
with:
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache

Expand Down

0 comments on commit ab9fda1

Please sign in to comment.