Skip to content

Commit 23a102f

Browse files
committed
Sort rules alphabetically
1 parent cd1bb31 commit 23a102f

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

.doctor-rst.yaml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
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+
extension_xlf_instead_of_xliff: ~
11+
indention: ~
2612
lowercase_as_in_use_statements: ~
27-
ordered_use_statements: ~
28-
no_namespace_after_use_statements: ~
29-
correct_code_block_directive_based_on_the_content: ~
3013
max_blank_lines:
3114
max: 2
15+
no_app_console: ~
16+
no_blank_line_after_filepath_in_php_code_block: ~
17+
no_blank_line_after_filepath_in_twig_code_block: ~
18+
no_blank_line_after_filepath_in_xml_code_block: ~
19+
no_blank_line_after_filepath_in_yaml_code_block: ~
20+
no_composer_req: ~
21+
no_explicit_use_of_code_block_php: ~
22+
no_inheritdoc: ~
23+
no_namespace_after_use_statements: ~
24+
no_php_open_tag_in_code_block_php_directive: ~
25+
no_space_before_self_xml_closing_tag: ~
26+
ordered_use_statements: ~
27+
php_prefix_before_bin_console: ~
3228
replace_code_block_types: ~
29+
replacement: ~
30+
short_array_syntax: ~
31+
typo: ~
32+
unused_links: ~
33+
use_deprecated_directive_instead_of_versionadded: ~
3334
use_https_xsd_urls: ~
34-
blank_line_before_directive: ~
35-
extension_xlf_instead_of_xliff: ~
3635
valid_inline_highlighted_namespaces: ~
37-
indention: ~
38-
unused_links: ~
36+
valid_use_statements: ~
37+
versionadded_directive_should_have_version: ~
38+
yarn_dev_option_at_the_end: ~
3939

4040
# 3.4
4141
versionadded_directive_major_version:

0 commit comments

Comments
 (0)