You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing that is not directly related to this but will certainly mitigate problems with bad code being uploaded is the usage of pre-commit. More specifically if we enable ansible-lint within it, as describe here https://ansible-lint.readthedocs.io/en/latest/configuring.html#pre-commit-setup.
I have been using pre-commit on most of my projects and it has been really helpful.
Every contributor must use pre-commit though (which is not difficult at all).
Problem: There are many issues with linter, both yaml and ansible. We should add a target to travis to run these linters for all roles.
The text was updated successfully, but these errors were encountered: