Skip to content

Commit c2530e5

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Sort rules alphabetically
2 parents 09a2678 + 01eb353 commit c2530e5

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.doctor-rst.yaml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
rules:
2-
no_inheritdoc: ~
2+
american_english: ~
33
avoid_repetetive_words: ~
44
blank_line_after_directive: ~
5-
short_array_syntax: ~
6-
no_app_console: ~
7-
typo: ~
8-
replacement: ~
5+
blank_line_before_directive: ~
96
composer_dev_option_not_at_the_end: ~
10-
yarn_dev_option_at_the_end: ~
11-
versionadded_directive_should_have_version: ~
7+
correct_code_block_directive_based_on_the_content: ~
128
deprecated_directive_should_have_version: ~
13-
no_composer_req: ~
14-
no_php_open_tag_in_code_block_php_directive: ~
15-
no_blank_line_after_filepath_in_php_code_block: ~
16-
no_blank_line_after_filepath_in_yaml_code_block: ~
17-
no_blank_line_after_filepath_in_xml_code_block: ~
18-
no_blank_line_after_filepath_in_twig_code_block: ~
19-
php_prefix_before_bin_console: ~
20-
use_deprecated_directive_instead_of_versionadded: ~
21-
no_space_before_self_xml_closing_tag: ~
22-
no_explicit_use_of_code_block_php: ~
239
ensure_order_of_code_blocks_in_configuration_block: ~
24-
american_english: ~
25-
valid_use_statements: ~
10+
extend_abstract_controller: ~
11+
extension_xlf_instead_of_xliff: ~
12+
indention: ~
2613
lowercase_as_in_use_statements: ~
27-
ordered_use_statements: ~
28-
no_namespace_after_use_statements: ~
29-
correct_code_block_directive_based_on_the_content: ~
3014
max_blank_lines:
3115
max: 2
16+
no_app_console: ~
17+
no_blank_line_after_filepath_in_php_code_block: ~
18+
no_blank_line_after_filepath_in_twig_code_block: ~
19+
no_blank_line_after_filepath_in_xml_code_block: ~
20+
no_blank_line_after_filepath_in_yaml_code_block: ~
21+
no_composer_req: ~
22+
no_explicit_use_of_code_block_php: ~
23+
no_inheritdoc: ~
24+
no_namespace_after_use_statements: ~
25+
no_php_open_tag_in_code_block_php_directive: ~
26+
no_space_before_self_xml_closing_tag: ~
27+
ordered_use_statements: ~
28+
php_prefix_before_bin_console: ~
3229
replace_code_block_types: ~
30+
replacement: ~
31+
short_array_syntax: ~
32+
typo: ~
33+
unused_links: ~
34+
use_deprecated_directive_instead_of_versionadded: ~
3335
use_https_xsd_urls: ~
34-
blank_line_before_directive: ~
35-
extension_xlf_instead_of_xliff: ~
3636
valid_inline_highlighted_namespaces: ~
37-
indention: ~
38-
unused_links: ~
37+
valid_use_statements: ~
38+
versionadded_directive_should_have_version: ~
3939
yaml_instead_of_yml_suffix: ~
40-
extend_abstract_controller: ~
40+
yarn_dev_option_at_the_end: ~
4141
# no_app_bundle: ~
4242

4343
# master

0 commit comments

Comments
 (0)