8000 [CI] Use DOCtor-RST 1.44.0 · symfony/symfony-docs@2d50835 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2d50835

Browse files
committed
[CI] Use DOCtor-RST 1.44.0
Follows * OskarStark/doctor-rst#1372
1 parent f8c40cc commit 2d50835

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ rules:
5454
typo: ~
5555
unused_links: ~
5656
use_deprecated_directive_instead_of_versionadded: ~
57+
use_named_constructor_without_new_keyword_rule: ~
5758
use_https_xsd_urls: ~
5859
valid_inline_highlighted_namespaces: ~
5960
valid_use_statements: ~

.github/workflows/ci.yaml

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

7575
- name: "Run DOCtor-RST"
76-
uses: docker://oskarstark/doctor-rst:1.42.1
76+
uses: docker://oskarstark/doctor-rst:1.44.0
7777
with:
7878
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7979

0 commit comments

Comments
 (0)
0