File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,14 @@ rules:
2121 ensure_order_of_code_blocks_in_configuration_block : ~
2222 ensure_php_reference_syntax : ~
2323 extend_abstract_controller : ~
24+ filepath_and_namespace_should_match :
25+ namespace_mapping :
26+ - ' src/ ' : ' App\'
27+ - ' src/ ' : ' Acme\'
28+ - ' tests/ ' : ' App\Tests\'
29+ ignored_paths :
30+ - ' /^config\//'
31+ - ' /^example\.com\//'
2432 # extension_xlf_instead_of_xliff: ~
2533 forbidden_directives :
2634 directives :
@@ -43,12 +51,14 @@ rules:
4351 no_composer_req : ~
4452 no_directive_after_shorthand : ~
4553 no_duplicate_use_statements : ~
54+ no_empty_directive : ~
4655 no_empty_literals : ~
4756 no_explicit_use_of_code_block_php : ~
4857 no_footnotes : ~
4958 no_inheritdoc : ~
5059 no_merge_conflict : ~
5160 no_namespace_after_use_statements : ~
61+ no_non_breaking_space : ~
5262 no_php_open_tag_in_code_block_php_directive : ~
5363 no_space_before_self_xml_closing_tag : ~
5464 no_typographic_quotes : ~
Original file line number Diff line number Diff line change 7272 key : ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
7373
7474 - name : " Run DOCtor-RST"
75- uses : docker://oskarstark/doctor-rst:1.73 .0
75+ uses : docker://oskarstark/doctor-rst:1.75 .0
7676 with :
7777 args : --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7878
You can’t perform that action at this time.
0 commit comments