From 88130c10135ecdb2b92a5f6a530b564dffe9b41e Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 30 Dec 2020 10:04:06 +0100 Subject: [PATCH] Use max_colons rule for DOCtor-RST --- .doctor-rst.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.doctor-rst.yaml b/.doctor-rst.yaml index 59971c508f4..949ad80f3bf 100644 --- a/.doctor-rst.yaml +++ b/.doctor-rst.yaml @@ -14,6 +14,7 @@ rules: lowercase_as_in_use_statements: ~ max_blank_lines: max: 2 + max_colons: ~ no_app_console: ~ no_blank_line_after_filepath_in_php_code_block: ~ no_blank_line_after_filepath_in_twig_code_block: ~