Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8131676

Browse files
committedMay 26, 2024·
Use Doctor RST 1.61.1
1 parent 24c3fc2 commit 8131676

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
@@ -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

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)
Please sign in to comment.