Skip to content

Commit 8f8b30b

Browse files
committed
more rules
1 parent d8ee800 commit 8f8b30b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.doctor-rst.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
rules:
2+
no_inheritdoc: ~
3+
avoid_repetetive_words: ~
24
blank_line_after_directive: ~
35
short_array_syntax: ~
46
no_app_console: ~
57
typo: ~
68
replacement: ~
79
composer_dev_option_not_at_the_end: ~
10+
no_composer_req: ~
811
yarn_dev_option_at_the_end: ~
912
versionadded_directive_should_have_version: ~
10-
no_composer_req: ~
13+
deprecated_directive_should_have_version: ~
1114
no_php_open_tag_in_code_block_php_directive: ~
1215
no_blank_line_after_filepath_in_php_code_block: ~
1316
no_blank_line_after_filepath_in_yaml_code_block: ~
@@ -24,13 +27,18 @@ rules:
2427
ordered_use_statements: ~
2528
no_namespace_after_use_statements: ~
2629
use_https_xsd_urls: ~
30+
correct_code_block_directive_based_on_the_content: ~
31+
ensure_self_closing_tags_use_slash_at_the_end: ~
32+
not_many_blank_lines:
33+
max: 2
34+
replace_code_block_types: ~
2735

2836
# 3.4
2937
versionadded_directive_major_version:
30-
'major_version': 3
38+
major_version: 3
3139

3240
versionadded_directive_min_version:
33-
'min_version': '3.0'
41+
min_version: '3.0'
3442

3543
# do not report as violation
3644
whitelist:

0 commit comments

Comments
 (0)