Skip to content

Commit 45a18bd

Browse files
committed
more rules
1 parent d8ee800 commit 45a18bd

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.doctor-rst.yaml

Lines changed: 10 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,17 @@ 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+
max_blank_lines:
32+
max: 2
33+
replace_code_block_types: ~
2734

2835
# 3.4
2936
versionadded_directive_major_version:
30-
'major_version': 3
37+
major_version: 3
3138

3239
versionadded_directive_min_version:
33-
'min_version': '3.0'
40+
min_version: '3.0'
3441

3542
# do not report as violation
3643
whitelist:

0 commit comments

Comments
 (0)