Skip to content

Incorrect message for missing space after double underscore (anonymous) hyperlink reference #161

Description

@m-aciek

Following message:

msgid ""
"`Ruff <https://docs.astral.sh/ruff/>`__, `Pylint <https://pylint.readthedocs."
"io/>`__ and `Pyflakes <https://github.com/PyCQA/pyflakes>`__ do basic "
"checking that will help you catch bugs sooner."
msgstr ""
"`Ruff <https://docs.astral.sh/ruff/>`__, `Pylint <https://pylint.readthedocs."
"io/>`__i `Pyflakes <https://github.com/PyCQA/pyflakes>`__ wykonują "
"podstawowe sprawdzanie, które pomoże Ci szybciej wychwycić błędy."

generates following lint error:

faq/programming.po:142: missing backtick before hyperlink reference: '`Pylint <https://pylint.readthedocs.io/>`_'. (hyperlink-reference-missing-backtick)

While I'd expect:

faq/programming.po:142: missing space after hyperlink reference: '`Pylint <https://pylint.readthedocs.io/>`__i'. (missing-space-after-hyperlink-reference)

or similar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions