Skip to content

Commit 256f4c1

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: Use Doctor RST 1.45.0 and new Rule `RemoveTrailingWhitespace`
2 parents 8b001c1 + 1542d17 commit 256f4c1

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
@@ -44,6 +44,7 @@ rules:
4444
only_backslashes_in_use_statements_in_php_code_block: ~
4545
ordered_use_statements: ~
4646
php_prefix_before_bin_console: ~
47+
remove_trailing_whitespace: ~
4748
replace_code_block_types: ~
4849
replacement: ~
4950
short_array_syntax: ~

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
7474

7575
- name: "Run DOCtor-RST"
76-
uses: docker://oskarstark/doctor-rst:1.44.1
76+
uses: docker://oskarstark/doctor-rst:1.45.0
7777
with:
7878
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7979

0 commit comments

Comments
 (0)