mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-04 18:24:52 +02:00
* 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>
13 lines
241 B
JSON
13 lines
241 B
JSON
{
|
|
"include_symlinks": false,
|
|
"prefixes": [
|
|
"docs/docsite/",
|
|
"plugins/",
|
|
"roles/"
|
|
],
|
|
"output": "path-line-column-message",
|
|
"requirements": [
|
|
"ansible-core",
|
|
"antsibull-docs"
|
|
]
|
|
}
|