mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 18:35:13 +00:00
runpylint.sh: Export RUN_PYLINT_* variables
Some of the RUN_PYLINT_* variables are evaluated in a python script. To ensure that they are passed to it, they need to be exported.
This commit is contained in:
parent
c398f401f9
commit
ebbec7708f
1 changed files with 3 additions and 0 deletions
|
|
@ -31,5 +31,8 @@ if [[ "${RUN_PYLINT_SETUP_MODULE_UTILS}" ]]; then
|
|||
lsr_setup_module_utils
|
||||
fi
|
||||
|
||||
export RUN_PYLINT_DISABLED
|
||||
export RUN_PYLINT_EXCLUDE
|
||||
export RUN_PYLINT_INCLUDE
|
||||
set -x
|
||||
python ${SCRIPTDIR}/custom_pylint.py "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue