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 d019fc4 commit ee3ec5fCopy full SHA for ee3ec5f
.doctor-rst.yaml
@@ -50,6 +50,7 @@ rules:
50
no_namespace_after_use_statements: ~
51
no_php_open_tag_in_code_block_php_directive: ~
52
no_space_before_self_xml_closing_tag: ~
53
+ non_static_phpunit_assertions: ~
54
only_backslashes_in_namespace_in_php_code_block: ~
55
only_backslashes_in_use_statements_in_php_code_block: ~
56
ordered_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.62.3
+ uses: docker://oskarstark/doctor-rst:1.63.0
77
with:
78
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
79
0 commit comments