mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 11:24:50 +00:00
Enable pylint in utils/lint_check.sh
The script utils/lint_check.sh should be used before push commits to the repository. This change enables pylint to be executed by the script.
This commit is contained in:
@@ -4,6 +4,7 @@ topdir="`dirname $(dirname $0)`"
|
|||||||
|
|
||||||
flake8 .
|
flake8 .
|
||||||
pydocstyle .
|
pydocstyle .
|
||||||
|
pylint plugins
|
||||||
|
|
||||||
ANSIBLE_LIBRARY=${ANSIBLE_LIBRARY:-"${topdir}/plugins/modules"}
|
ANSIBLE_LIBRARY=${ANSIBLE_LIBRARY:-"${topdir}/plugins/modules"}
|
||||||
ANSIBLE_MODULE_UTILS=${ANSIBLE_MODULE_UTILS:-"${topdir}/plugins/module_utils"}
|
ANSIBLE_MODULE_UTILS=${ANSIBLE_MODULE_UTILS:-"${topdir}/plugins/module_utils"}
|
||||||
|
|||||||
Reference in New Issue
Block a user