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 cff3525 commit 159ef35Copy full SHA for 159ef35
.doctor-rst.yaml
@@ -49,6 +49,7 @@ rules:
49
no_namespace_after_use_statements: ~
50
no_php_open_tag_in_code_block_php_directive: ~
51
no_space_before_self_xml_closing_tag: ~
52
+ no_typographic_quotes: ~
53
non_static_phpunit_assertions: ~
54
only_backslashes_in_namespace_in_php_code_block: ~
55
only_backslashes_in_use_statements_in_php_code_block: ~
.github/workflows/ci.yaml
@@ -72,7 +72,7 @@ jobs:
72
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
73
74
- name: "Run DOCtor-RST"
75
- uses: docker://oskarstark/doctor-rst:1.67.0
+ uses: docker://oskarstark/doctor-rst:1.68.0
76
with:
77
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
78
0 commit comments