You've already forked ansible-role-common
[CI_SKIP] More local linter improvements
This commit is contained in:
5
Makefile
5
Makefile
@@ -18,11 +18,14 @@ test:
|
|||||||
done
|
done
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
@echo
|
|
||||||
@echo "Linting with Ansible-lint"
|
@echo "Linting with Ansible-lint"
|
||||||
@echo
|
@echo
|
||||||
ansible-lint -c ".ansible-lint"
|
ansible-lint -c ".ansible-lint"
|
||||||
|
@echo
|
||||||
|
@echo "Linting with Yamllint"
|
||||||
|
@echo
|
||||||
yamllint .
|
yamllint .
|
||||||
|
@echo
|
||||||
|
|
||||||
|
|
||||||
docker: clean
|
docker: clean
|
||||||
|
|||||||
Reference in New Issue
Block a user