From 29e7812d5eaab192456305c3a937c3610f38f8b6 Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Wed, 20 Sep 2023 16:04:16 +0200 Subject: [PATCH] Use Doctor RST 1.49.0 --- .doctor-rst.yaml | 1 + .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.doctor-rst.yaml b/.doctor-rst.yaml index 35125df61d6..dfb64c1ae8a 100644 --- a/.doctor-rst.yaml +++ b/.doctor-rst.yaml @@ -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: ~ diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5364a72a526..44e17393aba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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