- Notifications
You must be signed in to change notification settings - Fork396
Closed
Labels
Description
Hi!
I'm developpinghttps://pypi.org/project/sphinx-lint/, and it's now able to lint.po
files. We use it on python-docs-fr, it's able to spot many typos, like:
tutorial/controlflow.po:199: missing space before default role: 'ula`!else`'. (missing-space-before-default-role)tutorial/controlflow.po:135: found an unbalanced inline literal markup. (unbalanced-inline-literals-delimiters)reference/expressions.po:1960: found an unbalanced inline literal markup. (unbalanced-inline-literals-delimiters)reference/expressions.po:1960: found an unbalanced inline literal markup. (unbalanced-inline-literals-delimiters)
sphinx-lint
show never ever give a false positive (I know, I know, utopia...) but please, please, report any false positive tohttps://github.com/sphinx-contrib/sphinx-lint/issues if you find one.