8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d576b commit 62f31cdCopy full SHA for 62f31cd
.doctor-rst.yaml
@@ -54,6 +54,7 @@ rules:
54
typo: ~
55
unused_links: ~
56
use_deprecated_directive_instead_of_versionadded: ~
57
+ use_named_constructor_without_new_keyword_rule: ~
58
use_https_xsd_urls: ~
59
valid_inline_highlighted_namespaces: ~
60
valid_use_statements: ~
.github/workflows/ci.yaml
@@ -73,7 +73,7 @@ jobs:
73
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
74
75
- name: "Run DOCtor-RST"
76
- uses: docker://oskarstark/doctor-rst:1.42.1
+ uses: docker://oskarstark/doctor-rst:1.44.0
77
with:
78
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
79
0 commit comments