forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc collection metadata fixes (ansible#70403)
* misc collection metadata fixes * parse collection meta with libyaml if available * require only Mapping for validation * add explanatory text for _meta_yml_to_dict * ignore custom pylint rule * this code shouldn't import a bunch of stuff from ansible, since it's run under the import sanity test
- Loading branch information
1 parent
f7078c1
commit b9e38e8
Showing
2 changed files
with
23 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
bugfixes: | ||
- collection metadata - ensure collection loader uses libyaml/CSafeLoader to parse collection metadata if available |
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