Skip to content

Commit 86357b8

Browse files
committed
Add HTML5 color format regex to DOCtor-RST whitelist
This prevents the regex pattern in the validation documentation from being flagged as a violation.
1 parent 2044435 commit 86357b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,4 @@ whitelist:
123123
- 'End to End Tests (E2E)'
124124
- '.. versionadded:: 2.2.0' # Panther
125125
- '* Inline code blocks use double-ticks (````like this````).'
126+
- 'the `HTML5 color format`_ (``/^#[0-9a-f]{6}$/i``). If it doesn''t match it,'

0 commit comments

Comments
 (0)