Skip to content

Commit 2674820

Browse files
committed
Update DOCtor-RST and enable new rules
- Require DOCtor-RST 1.74.0 - Enable NoNonBreakingSpace rule - Enable NoEmptyDirective rule
1 parent 840aa55 commit 2674820

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.doctor-rst.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,14 @@ rules:
4343
no_composer_req: ~
4444
no_directive_after_shorthand: ~
4545
no_duplicate_use_statements: ~
46+
no_empty_directive: ~
4647
no_empty_literals: ~
4748
no_explicit_use_of_code_block_php: ~
4849
no_footnotes: ~
4950
no_inheritdoc: ~
5051
no_merge_conflict: ~
5152
no_namespace_after_use_statements: ~
53+
no_non_breaking_space: ~
5254
no_php_open_tag_in_code_block_php_directive: ~
5355
no_space_before_self_xml_closing_tag: ~
5456
no_typographic_quotes: ~

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
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.74.0
7676
with:
7777
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7878

0 commit comments

Comments
 (0)