Skip to content

Commit cc84b3a

Browse files
committed
Merge branch '6.4' into 7.3
* 6.4: Update DOCtor-RST and enable new rule
2 parents 4552712 + ff27d7a commit cc84b3a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.doctor-rst.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rules:
77
composer_dev_option_not_at_the_end: ~
88
correct_code_block_directive_based_on_the_content: ~
99
deprecated_directive_should_have_version: ~
10+
ensure_attribute_between_backticks_in_content: ~
1011
ensure_bash_prompt_before_composer_command: ~
1112
ensure_class_constant: ~
1213
ensure_correct_format_for_phpfunction: ~
@@ -122,3 +123,4 @@ whitelist:
122123
- 'End to End Tests (E2E)'
123124
- '.. versionadded:: 2.2.0' # Panther
124125
- '* Inline code blocks use double-ticks (````like this````).'
126+
- 'the `HTML5 color format`_ (``/^#[0-9a-f]{6}$/i``). If it doesn''t match it,'

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
7373

7474
- name: "Run DOCtor-RST"
75-
uses: docker://oskarstark/doctor-rst:1.72.0
75+
uses: docker://oskarstark/doctor-rst:1.73.0
7676
with:
7777
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7878

0 commit comments

Comments
 (0)