forked from iknite/cookiecutter-ansible-role
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
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
Lines 2 to 6 in 7444df9
extends: default | |
rules: | |
line-length: | |
max: 150 | |
level: warning |
to the pre-commit hook.
Metadata
Metadata
Assignees
Labels
No labels