Skip to content

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)