Skip to content

Commit b7fade4

Browse files
committed
minor #18893 Disable a DOCtor-RST rule for a specific file to fix CI (javiereguiluz)
This PR was merged into the 6.3 branch. Discussion ---------- Disable a DOCtor-RST rule for a specific file to fix CI Fixes the issue introduced in #18755. Commits ------- 8e78f74 Disable a DOCtor-RST rule for a specific file to fix CI
2 parents ca42f51 + 8e78f74 commit b7fade4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.doctor-rst.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ exclude_rule_for_file:
8282
rule_name: replacement
8383
- path: page_creation.rst
8484
rule_name: no_php_open_tag_in_code_block_php_directive
85+
- path: frontend/create_ux_bundle.rst
86+
rule_name: argument_variable_must_match_type
8587

8688
# do not report as violation
8789
whitelist:

0 commit comments

Comments
 (0)