generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 445c56e. * Make sure sanity tests from older Ansible versions don't complain. (cherry picked from commit dd1e48c) Co-authored-by: Felix Fontein <[email protected]>
- Loading branch information
1 parent
8d4ba59
commit 3ab4c8d
Showing
2 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
{ | ||
"include_symlinks": false, | ||
"prefixes": [ | ||
"docs/docsite/" | ||
"docs/docsite/", | ||
"plugins/", | ||
"roles/" | ||
], | ||
"output": "path-line-column-message", | ||
"requirements": [ | ||
"ansible-core", | ||
"antsibull-docs" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters