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..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.42.1 + uses: docker://oskarstark/doctor-rst:1.44.1 with: args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache