Skip to content

Commit 159ef35

Browse files
committed
Use DOCtor-RST 1.68.0
1 parent cff3525 commit 159ef35

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
@@ -49,6 +49,7 @@ rules:
4949
no_namespace_after_use_statements: ~
5050
no_php_open_tag_in_code_block_php_directive: ~
5151
no_space_before_self_xml_closing_tag: ~
52+
no_typographic_quotes: ~
5253
non_static_phpunit_assertions: ~
5354
only_backslashes_in_namespace_in_php_code_block: ~
5455
only_backslashes_in_use_statements_in_php_code_block: ~

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

0 commit comments

Comments
 (0)