From 81316769124d8bd7258035f630df0d90f494815d Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Sun, 26 May 2024 15:20:55 +0200 Subject: [PATCH] Use Doctor RST 1.61.1 --- .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 5f428fc80ca..3602a9787c0 100644 --- a/.doctor-rst.yaml +++ b/.doctor-rst.yaml @@ -33,6 +33,7 @@ rules: max: 2 max_colons: ~ no_app_console: ~ + no_attribute_redundant_parenthesis: ~ no_blank_line_after_filepath_in_php_code_block: ~ no_blank_line_after_filepath_in_twig_code_block: ~ no_blank_line_after_filepath_in_xml_code_block: ~ diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 44aa8481fd5..e8142fecd10 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.60.1 + uses: docker://oskarstark/doctor-rst:1.61.1 with: args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache