Skip to content

Commit 61e4ac1

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: Use Doctor RST 1.61.1
2 parents 7c2d5a6 + bf82fc3 commit 61e4ac1

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
@@ -29,6 +29,7 @@ rules:
2929
max: 2
3030
max_colons: ~
3131
no_app_console: ~
32+
no_attribute_redundant_parenthesis: ~
3233
no_blank_line_after_filepath_in_php_code_block: ~
3334
no_blank_line_after_filepath_in_twig_code_block: ~
3435
no_blank_line_after_filepath_in_xml_code_block: ~

.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.60.1
76+
uses: docker://oskarstark/doctor-rst:1.61.1
7777
with:
7878
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7979

0 commit comments

Comments
 (0)