1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-30 00:52:36 +01:00

Adding daqpower package to static checkers.

This commit is contained in:
Sergei Trofimov
2015-06-08 17:58:23 +01:00
parent 084de2e58c
commit 0c19d75bf4
2 changed files with 17 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
#!/bin/bash
DEFAULT_DIRS=(
wlauto
wlauto/external/daq_server/src/daqpower
)
target=$1
compare_versions() {
@@ -40,7 +45,9 @@ fi
THIS_DIR="`dirname \"$0\"`"
if [[ "$target" == "" ]]; then
pushd $THIS_DIR/.. > /dev/null
pylint --rcfile extras/pylintrc wlauto
for dir in "${DEFAULT_DIRS[@]}"; do
pylint --rcfile extras/pylintrc $dir
done
popd > /dev/null
else
pylint --rcfile $THIS_DIR/../extras/pylintrc $target