mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 20:34:41 +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 .
|
||||
pydocstyle .
|
||||
pylint plugins
|
||||
|
||||
ANSIBLE_LIBRARY=${ANSIBLE_LIBRARY:-"${topdir}/plugins/modules"}
|
||||
ANSIBLE_MODULE_UTILS=${ANSIBLE_MODULE_UTILS:-"${topdir}/plugins/module_utils"}
|
||||
|
||||
Reference in New Issue
Block a user