From 2d508357a8ae4ac86697b025249a25cf6af21406 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 6 Apr 2023 08:31:48 +0200 Subject: [PATCH 1/2] [CI] Use DOCtor-RST 1.44.0 Follows * https://github.com/OskarStark/doctor-rst/pull/1372 --- .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 8a15e17fbb9..bf037f27716 100644 --- a/.doctor-rst.yaml +++ b/.doctor-rst.yaml @@ -54,6 +54,7 @@ rules: typo: ~ unused_links: ~ use_deprecated_directive_instead_of_versionadded: ~ + use_named_constructor_without_new_keyword_rule: ~ use_https_xsd_urls: ~ valid_inline_highlighted_namespaces: ~ valid_use_statements: ~ diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 43e9274b128..5693c1a2206 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.42.1 + uses: docker://oskarstark/doctor-rst:1.44.0 with: args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache From 24d6cc03aa407f3e7b346a052946d6580b39ebac Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 11 Apr 2023 13:19:51 +0200 Subject: [PATCH 2/2] Update .github/workflows/ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5693c1a2206..835cf386072 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.44.0 + uses: docker://oskarstark/doctor-rst:1.44.1 with: args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache