We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We could add pre-commit hooks for yamllint and ansible-lint to speed up development (no need to do molecule test for this). See here for an example.
yamllint
ansible-lint
molecule test
If we do so, however, it would be nice to use the same settings as inside molecule - e.g. one should pass the options defined here
cookiecutter-ansible-role/{{cookiecutter.org_name}}.{{cookiecutter.role_name}}/molecule/default/yamllint.yml
Lines 2 to 6 in 7444df9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We could add pre-commit hooks for
yamllint
andansible-lint
to speed up development (no need to domolecule test
for this). See here for an example.If we do so, however, it would be nice to use the same settings as inside molecule - e.g. one should pass the options defined here
cookiecutter-ansible-role/{{cookiecutter.org_name}}.{{cookiecutter.role_name}}/molecule/default/yamllint.yml
Lines 2 to 6 in 7444df9
to the pre-commit hook.
The text was updated successfully, but these errors were encountered: