ansible-collections.communi.../tests/sanity/extra/extra-docs.json
patchback[bot] 3ab4c8d137
Do extra docs validation; explicitly disallow semantic markup in docs (#165) (#167)
* Do extra docs validation. Explicitly disallow semantic markup in docs.

* Forgot to add new requirement.

* Improve test.

* TEMP - make CI fail.

* Remove unnecessary import.

* Make sure ANSIBLE_COLLECTIONS_PATH is set.

* Revert "TEMP - make CI fail."

This reverts commit 445c56e7e1bcd844be59f1df9df00a9c8334ff55.

* Make sure sanity tests from older Ansible versions don't complain.

(cherry picked from commit dd1e48c388)

Co-authored-by: Felix Fontein <felix@fontein.de>
2023-04-16 19:45:25 +02:00

13 lines
241 B
JSON

{
"include_symlinks": false,
"prefixes": [
"docs/docsite/",
"plugins/",
"roles/"
],
"output": "path-line-column-message",
"requirements": [
"ansible-core",
"antsibull-docs"
]
}