-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add galaxy[version-incorrect]
to ansible-lint skip-list
#459
Conversation
Since we are on version 0.0.1, that check fails because it expects at least a `1.x.x` version despite in the official documentation [1] the only requirement is to be compliant with semantic versioning. [1] https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html Signed-off-by: Roberto Alfieri <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jpodivin, rebtoor The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/5858ac62fb774389afd2139ec62c6c45 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 39m 27s |
recheck
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/2c120011b929451bbf242f3c9856765d ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 45m 05s |
+2 |
Since we are on version 0.0.1, that check fails because it expects at least a
1.x.x
version despite in the official documentation [1] the only requirement is to be compliant with semantic versioning.[1] https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html