Skip to content

Commit ee119d0

Browse files
committed
minor #19823 Disable a validation rule in the docs linter (javiereguiluz)
This PR was merged into the 6.4 branch. Discussion ---------- Disable a validation rule in the docs linter As suggested by Wouter in https://github.com/symfony/symfony-docs/pull/19793/files#r1570888413 Commits ------- 09f26dd Disable a validation rule in the docs linter
2 parents a36ff96 + 09f26dd commit ee119d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.doctor-rst.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
rules:
22
american_english: ~
3-
argument_variable_must_match_type:
4-
arguments:
5-
- { type: 'ContainerBuilder', name: 'container' }
6-
- { type: 'ContainerConfigurator', name: 'container' }
73
avoid_repetetive_words: ~
84
blank_line_after_anchor: ~
95
blank_line_after_directive: ~

0 commit comments

Comments
 (0)