Skip to content

Commit 3bc7821

Browse files
committed
Tweaks #11274
1 parent 2f26233 commit 3bc7821

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.doctor-rst.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,22 @@ rules:
3636
valid_inline_highlighted_namespaces: ~
3737
indention: ~
3838
unused_links: ~
39+
yaml_instead_of_yml_suffix: ~
40+
extend_abstract_controller: ~
41+
# no_app_bundle: ~
3942

40-
# 3.4
43+
# 4.x
4144
versionadded_directive_major_version:
42-
major_version: 3
45+
major_version: 4
4346

4447
versionadded_directive_min_version:
45-
min_version: '3.0'
48+
min_version: '4.0'
49+
50+
deprecated_directive_major_version:
51+
major_version: 4
52+
53+
deprecated_directive_min_version:
54+
min_version: '4.0'
4655

4756
# do not report as violation
4857
whitelist:

0 commit comments

Comments
 (0)