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