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.
2 parents 8b001c1 + 1542d17 commit 256f4c1Copy full SHA for 256f4c1
.doctor-rst.yaml
@@ -44,6 +44,7 @@ rules:
44
only_backslashes_in_use_statements_in_php_code_block: ~
45
ordered_use_statements: ~
46
php_prefix_before_bin_console: ~
47
+ remove_trailing_whitespace: ~
48
replace_code_block_types: ~
49
replacement: ~
50
short_array_syntax: ~
.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.44.1
+ uses: docker://oskarstark/doctor-rst:1.45.0
77
with:
78
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
79
0 commit comments