mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-15 11:32:05 +00:00
* Do extra docs validation. Explicitly disallow semantic markup in docs.
* Forgot to add new requirement.
* Improve test.
* TEMP - make CI fail.
* Revert "TEMP - make CI fail."
This reverts commit d381f1a431.
* Remove unnecessary import.
* Make sure ANSIBLE_COLLECTIONS_PATH is set.
* Make sure sanity tests from older Ansible versions don't complain.
14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"include_symlinks": false,
|
|
"prefixes": [
|
|
"docs/docsite/",
|
|
"plugins/",
|
|
"roles/"
|
|
],
|
|
"output": "path-line-column-message",
|
|
"requirements": [
|
|
"ansible-core",
|
|
"antsibull-docs"
|
|
]
|
|
}
|