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.
1 parent 24c3fc2 commit 8131676Copy full SHA for 8131676
.doctor-rst.yaml
@@ -33,6 +33,7 @@ rules:
33
max: 2
34
max_colons: ~
35
no_app_console: ~
36
+ no_attribute_redundant_parenthesis: ~
37
no_blank_line_after_filepath_in_php_code_block: ~
38
no_blank_line_after_filepath_in_twig_code_block: ~
39
no_blank_line_after_filepath_in_xml_code_block: ~
.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.60.1
+ uses: docker://oskarstark/doctor-rst:1.61.1
77
with:
78
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
79
0 commit comments