From 300da7ba340b6759d6e58614ec0feca9ef460ea6 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 22 Oct 2020 08:58:19 +0200 Subject: [PATCH] Enhancement: New rules for DOCtor-RST. --- .doctor-rst.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.doctor-rst.yaml b/.doctor-rst.yaml index 6711c75c8f2..a243e6266b6 100644 --- a/.doctor-rst.yaml +++ b/.doctor-rst.yaml @@ -24,6 +24,8 @@ rules: no_namespace_after_use_statements: ~ no_php_open_tag_in_code_block_php_directive: ~ no_space_before_self_xml_closing_tag: ~ + only_backslashes_in_namespace_in_php_code_block: ~ + only_backslashes_in_use_statements_in_php_code_block: ~ ordered_use_statements: ~ php_prefix_before_bin_console: ~ replace_code_block_types: ~