From 2712ab17a0b24388bc3a586bc7ec7bd0cf702741 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 4 Mar 2025 14:13:43 +0100 Subject: [PATCH] Use DOCtor-RST 1.67.0 --- .doctor-rst.yaml | 2 ++ .github/workflows/ci.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.doctor-rst.yaml b/.doctor-rst.yaml index 258de40c750..3e804e4485f 100644 --- a/.doctor-rst.yaml +++ b/.doctor-rst.yaml @@ -41,6 +41,7 @@ rules: no_composer_req: ~ no_directive_after_shorthand: ~ no_duplicate_use_statements: ~ + no_empty_literals: ~ no_explicit_use_of_code_block_php: ~ no_footnotes: ~ no_inheritdoc: ~ @@ -118,3 +119,4 @@ whitelist: - '.. _`a feature to test applications using Mercure`: https://github.com/symfony/panther#creating-isolated-browsers-to-test-apps-using-mercure-or-websocket' - 'End to End Tests (E2E)' - '.. versionadded:: 2.2.0' # Panther + - '* Inline code blocks use double-ticks (````like this````).' diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b69e512b046..497dfd9b430 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,7 +72,7 @@ jobs: key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }} - name: "Run DOCtor-RST" - uses: docker://oskarstark/doctor-rst:1.66.0 + uses: docker://oskarstark/doctor-rst:1.67.0 with: args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache