From 7b0e8a9dee0f874c4b7317e9132064dbab8fd34a Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 10 Jul 2019 16:18:26 +0200 Subject: Fix few pylint violations + Stop attempting to check test/ as module inits are not there. Change-Id: Ia4e498061be3e3118b07e98c9c2f761f2454653e Signed-off-by: Vratko Polak --- resources/libraries/bash/entry/check/pylint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/bash/entry/check') diff --git a/resources/libraries/bash/entry/check/pylint.sh b/resources/libraries/bash/entry/check/pylint.sh index a3cad9a0d7..919e140f28 100644 --- a/resources/libraries/bash/entry/check/pylint.sh +++ b/resources/libraries/bash/entry/check/pylint.sh @@ -29,7 +29,7 @@ source "${BASH_FUNCTION_DIR}/common.sh" || { echo "Source failed." >&2 exit 1 } -pylint_args=("--rcfile=pylint.cfg" "resources/" "tests/") +pylint_args=("--rcfile=pylint.cfg" "resources/") if pylint "${pylint_args[@]}" > "pylint.log"; then warn warn "Pylint checker: PASS" -- cgit 1.2.3-korg