]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - pkgs/core/pomona/src/runpychecker.sh
Merge branch 'installer-v2'
[ipfire-3.x.git] / pkgs / core / pomona / src / runpychecker.sh
index 30f8eb1d722efe2499368d11062eb8522d3ebaf2..fa65ad5066d3145d5828fbfa243764c2f8221ddb 100755 (executable)
@@ -39,8 +39,8 @@ fi
 
 export PYTHONPATH="isys"
 
-FILES=installer.py
-for file in *.py isys/*.py; do FILES="${FILES} ${file}"; done
+#for file in *.py isys/*.py; do FILES="${FILES} ${file}"; done
+FILES=$(find . -name "*.py")
 
 pychecker --only --limit 1000 \
   --maxlines 500 --maxargs 20 --maxbranches 80 --maxlocals 60 --maxreturns 20 \