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.
2 parents 7c2d5a6 + bf82fc3 commit 61e4ac1Copy full SHA for 61e4ac1
.doctor-rst.yaml
@@ -29,6 +29,7 @@ rules:
29
max: 2
30
max_colons: ~
31
no_app_console: ~
32
+ no_attribute_redundant_parenthesis: ~
33
no_blank_line_after_filepath_in_php_code_block: ~
34
no_blank_line_after_filepath_in_twig_code_block: ~
35
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