From 3daed4a14bfeafe81b4af834778b3ff81b758dfe Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 20 Nov 2020 09:02:29 +0100 Subject: [PATCH] Enhancement: 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 52a1fc2ba4a..22269873776 100644 --- a/.doctor-rst.yaml +++ b/.doctor-rst.yaml @@ -20,6 +20,7 @@ rules: no_blank_line_after_filepath_in_yaml_code_block: ~ no_brackets_in_method_directive: ~ no_composer_req: ~ + no_directive_after_shorthand: ~ no_explicit_use_of_code_block_php: ~ no_inheritdoc: ~ no_namespace_after_use_statements: ~