aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/bash/entry/check
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2019-07-10 16:18:26 +0200
committerPeter Mikus <pmikus@cisco.com>2019-07-10 20:16:59 +0000
commit7b0e8a9dee0f874c4b7317e9132064dbab8fd34a (patch)
tree6363b0625c9b00a1e9eea0bd45d027353dc464f2 /resources/libraries/bash/entry/check
parent82094363f6077e1b28845719db3a6191c0c93a99 (diff)
Fix few pylint violations
+ Stop attempting to check test/ as module inits are not there. Change-Id: Ia4e498061be3e3118b07e98c9c2f761f2454653e Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/libraries/bash/entry/check')
-rw-r--r--resources/libraries/bash/entry/check/pylint.sh2
1 files changed, 1 insertions, 1 deletions
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"