8000 Merge branch '5.4' into 6.2 · symfony/symfony-docs@f30cbe0 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f30cbe0

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: Use Doctor RST 1.42.1 and new Rule `ForbiddenDirectives`
2 parents e380744 + 91092f4 commit f30cbe0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.doctor-rst.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ rules:
1818
ensure_order_of_code_blocks_in_configuration_block: ~
1919
extend_abstract_controller: ~
2020
# extension_xlf_instead_of_xliff: ~
21+
forbidden_directives:
22+
directives:
23+
- '.. index::'
2124
indention: ~
2225
lowercase_as_in_use_statements: ~
2326
max_blank_lines:

.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.41.3
76+
uses: docker://oskarstark/doctor-rst:1.42.1
7777
with:
7878
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7979

0 commit comments

Comments
 (0)
0