Skip to content

Commit bf82fc3

Browse files
committed
minor #19917 Use Doctor RST 1.61.1 (alamirault)
This PR was merged into the 5.4 branch. Discussion ---------- Use Doctor RST 1.61.1 New Rule: Ensure there is no redundant parenthesis on attribute OskarStark/doctor-rst#1742 Commits ------- 8131676 Use Doctor RST 1.61.1
2 parents 24c3fc2 + 8131676 commit bf82fc3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.doctor-rst.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ rules:
3333
max: 2
3434
max_colons: ~
3535
no_app_console: ~
36+
no_attribute_redundant_parenthesis: ~
3637
no_blank_line_after_filepath_in_php_code_block: ~
3738
no_blank_line_after_filepath_in_twig_code_block: ~
3839
no_blank_line_after_filepath_in_xml_code_block: ~

.github/workflows/ci.yaml

+1-1
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)