Skip to content

Enhancement: New rule - SpaceBetweenLabelAndLinkInDoc #14358

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Enhancement: New rule - SpaceBetweenLabelAndLinkInDoc
  • Loading branch information
OskarStark committed Oct 6, 2020
commit d238c22268e5281c99ef4ff9bec090a86626f904
1 change: 1 addition & 0 deletions .doctor-rst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ rules:
replace_code_block_types: ~
replacement: ~
short_array_syntax: ~
space_between_label_and_link_in_doc: ~
space_between_label_and_link_in_ref: ~
typo: ~
unused_links: ~
Expand Down
2 changes: 1 addition & 1 deletion best_practices/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Authentication and Firewalls (i.e. Getting the User's Credentials)

You can configure Symfony to authenticate your users using any method you
want and to load user information from any source. This is a complex topic, but
the :doc:`Security guide</security>` has a lot of information about
the :doc:`Security guide </security>` has a lot of information about
this.

Regardless of your needs, authentication is configured in ``security.yml``,
Expand Down
2 changes: 1 addition & 1 deletion contributing/code_of_conduct/code_of_conduct.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Examples of unacceptable behavior by participants include:
Our Responsibilities
--------------------

:doc:`CoC Active Response Ensurers, or CARE</contributing/code_of_conduct/care_team>`,
:doc:`CoC Active Response Ensurers, or CARE </contributing/code_of_conduct/care_team>`,
are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.
Expand Down
6 changes: 3 additions & 3 deletions contributing/map.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
* :doc:`Security </contributing/code/security>`
* :doc:`Tests </contributing/code/tests>`
* :doc:`Backward Compatibility </contributing/code/bc>`
* :doc:`Coding Standards</contributing/code/standards>`
* :doc:`Code Conventions</contributing/code/conventions>`
* :doc:`Git</contributing/code/git>`
* :doc:`Coding Standards </contributing/code/standards>`
* :doc:`Code Conventions </contributing/code/conventions>`
* :doc:`Git </contributing/code/git>`
* :doc:`License </contributing/code/license>`

* **Documentation**
Expand Down
2 changes: 1 addition & 1 deletion deployment/proxies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ How to Configure Symfony to Work behind a Load Balancer or a Reverse Proxy

When you deploy your application, you may be behind a load balancer (e.g.
an AWS Elastic Load Balancing) or a reverse proxy (e.g. Varnish for
:doc:`caching</http_cache>`).
:doc:`caching </http_cache>`).

For the most part, this doesn't cause any problems with Symfony. But, when
a request passes through a proxy, certain request information is sent using
Expand Down
4 changes: 2 additions & 2 deletions frontend/encore/simple-example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ be executed. All the CSS files that were required will also be displayed.
The ``encore_entry_link_tags()`` and ``encore_entry_script_tags()`` functions
read from an ``entrypoints.json`` file that's generated by Encore to know the exact
filename(s) to render. This file is *especially* useful because you can
:doc:`enable versioning</frontend/encore/versioning>` or
:doc:`point assets to a CDN</frontend/encore/cdn>` without making *any* changes to your
:doc:`enable versioning </frontend/encore/versioning>` or
:doc:`point assets to a CDN </frontend/encore/cdn>` without making *any* changes to your
template: the paths in ``entrypoints.json`` will always be the final, correct paths.

If you're *not* using Symfony, you can ignore the ``entrypoints.json`` file and
Expand Down
2 changes: 1 addition & 1 deletion reference/constraints/map.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ String Constraints
* :doc:`Url </reference/constraints/Url>`
* :doc:`Regex </reference/constraints/Regex>`
* :doc:`Ip </reference/constraints/Ip>`
* :doc:`Uuid</reference/constraints/Uuid>`
* :doc:`Uuid </reference/constraints/Uuid>`
* :doc:`UserPassword </reference/constraints/UserPassword>`

Comparison Constraints
Expand Down
2 changes: 1 addition & 1 deletion reference/forms/types/options/validation_groups.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ the option. Symfony will then pass the form when calling it::
.. note::

When your form contains multiple submit buttons, you can change the
validation group depending on :doc:`which button is used</form/button_based_validation>`
validation group depending on :doc:`which button is used </form/button_based_validation>`
to submit the form.

If you need advanced logic to determine the validation groups have
Expand Down
2 changes: 1 addition & 1 deletion reference/forms/types/submit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A submit button.
| | - `translation_domain`_ |
| | - `validation_groups`_ |
+----------------------+----------------------------------------------------------------------+
| Parent type | :doc:`ButtonType</reference/forms/types/button>` |
| Parent type | :doc:`ButtonType </reference/forms/types/button>` |
+----------------------+----------------------------------------------------------------------+
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType` |
+----------------------+----------------------------------------------------------------------+
Expand Down