From f6826fa6affb294aa1de80fc118606add9b649cc Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 7 May 2021 10:23:58 +0200 Subject: [PATCH] CI: Add new rule for DOCtor-RST --- .doctor-rst.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.doctor-rst.yaml b/.doctor-rst.yaml index af13fb7be61..76113397e68 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_exactly_one_space_between_link_definition_and_link: ~ + ensure_link_definition_contains_valid_url: ~ ensure_order_of_code_blocks_in_configuration_block: ~ extend_abstract_controller: ~ extension_xlf_instead_of_xliff: ~