ansible-community / antsibull-docs

Tooling for building Ansible documentation
https://ansible.readthedocs.io/projects/antsibull-docs/
GNU General Public License v3.0
27 stars 17 forks source link

Improve handling of empty markup parameters; make linter aware of these #290

Closed felixfontein closed 3 months ago

felixfontein commented 3 months ago

Ref: https://github.com/ansible-community/antsibull-docs-parser/pull/51

TODO in follow-up PR: add linter rules that prevent empty markup like C() I() B() C() U() L(,) R(,) V() O() RV() E(). It simply doesn't make sense to have these.