diff --git a/.doctor-rst.yaml b/.doctor-rst.yaml index 4c3947e4d29..2f0d5852c7f 100644 --- a/.doctor-rst.yaml +++ b/.doctor-rst.yaml @@ -8,6 +8,7 @@ rules: correct_code_block_directive_based_on_the_content: ~ deprecated_directive_should_have_version: ~ ensure_bash_prompt_before_composer_command: ~ + ensure_class_constant: ~ ensure_correct_format_for_phpfunction: ~ ensure_exactly_one_space_before_directive_type: ~ ensure_exactly_one_space_between_link_definition_and_link: ~ diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa36efbcbcf..6b00e771e3b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,7 +72,7 @@ jobs: key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }} - name: "Run DOCtor-RST" - uses: docker://oskarstark/doctor-rst:1.68.0 + uses: docker://oskarstark/doctor-rst:1.69.0 with: args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache