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
{{ message }}
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
@pipenv run ansible-lint --version || (echo "pipenv is required, please run 'make install-dependencies'"; exit 1)
pipenv run ansible-lint network_edge*.yml single_node_network_edge.yml --parseable-severity -c .ansible-lint $(ANSIBLE_LINT_VERBOSITY)
pylint:
@pipenv run pylint --version || (echo "pipenv is required, please run 'make install-dependencies'"; exit 1)
find . -type f -name "*.py" | xargs pipenv run pylint
shellcheck:
@shellcheck --version || (echo "shellcheck is required, please install it from https://github.com/koalaman/shellcheck/releases/download/v0.7.1/shellcheck-v0.7.1.linux.x86_64.tar.xz"; exit 1)