Skip to content

Commit dc2cedb

Browse files
committed
Use DOCtor-RST 1.67.0
1 parent 2c3b8ab commit dc2cedb

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
@@ -41,6 +41,7 @@ rules:
4141
no_composer_req: ~
4242
no_directive_after_shorthand: ~
4343
no_duplicate_use_statements: ~
44+
no_empty_literals: ~
4445
no_explicit_use_of_code_block_php: ~
4546
no_footnotes: ~
4647
no_inheritdoc: ~

.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.66.0
75+
uses: docker://oskarstark/doctor-rst:1.67.0
7676
with:
7777
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7878

0 commit comments

Comments
 (0)