-
Notifications
You must be signed in to change notification settings - Fork 7
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
Lint and sanity errors #55
Comments
Regarding the |
Regarding the shebang issues, please see ansible/ansible#78346 |
Regarding pylint, we also run it in our CI. Not sure why their run complains on something ours doesn't |
We can add |
PyCodeStyle (pep8) is added to the CI #56 |
I'm calling this resolved. |
With the release to Automation Hub, we see a number of (primarily formatting) errors from the ansible-lint test and sanity tests pep8, pylint, and shebang. See import log here.
Can we fix the offending code and also add these tests to our CI workflows?
The text was updated successfully, but these errors were encountered: