Skip to content

Commit 1c51901

Browse files
farhadhfjaviereguiluz
authored andcommittedJan 16, 2025
[Mailer] feat(mailer): Add AhaSend Mailer doc
1 parent ddb2451 commit 1c51901

File tree

187 files changed

+4032
-3028
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+4032
-3028
lines changed
 

‎.doctor-rst.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ rules:
2323
forbidden_directives:
2424
directives:
2525
- '.. index::'
26+
- directive: '.. caution::'
27+
replacements: ['.. warning::', '.. danger::']
2628
indention: ~
2729
lowercase_as_in_use_statements: ~
2830
max_blank_lines:
@@ -46,6 +48,7 @@ rules:
4648
no_namespace_after_use_statements: ~
4749
no_php_open_tag_in_code_block_php_directive: ~
4850
no_space_before_self_xml_closing_tag: ~
51+
non_static_phpunit_assertions: ~
4952
only_backslashes_in_namespace_in_php_code_block: ~
5053
only_backslashes_in_use_statements_in_php_code_block: ~
5154
ordered_use_statements: ~
@@ -99,7 +102,6 @@ whitelist:
99102
- '#. The most important config file is ``app/config/services.yml``, which now is'
100103
- 'The bin/console Command'
101104
- '.. _`LDAP injection`: http://projects.webappsec.org/w/page/13246947/LDAP%20Injection'
102-
- '.. versionadded:: 2.7.2' # Doctrine
103105
- '.. versionadded:: 2.8.0' # Doctrine
104106
- '.. versionadded:: 1.9.0' # Encore
105107
- '.. versionadded:: 1.18' # Flex in setup/upgrade_minor.rst

‎.github/workflows/ci.yaml

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

0 commit comments

Comments
 (0)
Please sign in to comment.