]> git.ipfire.org Git - oddments/fireinfo.git/blob - runpychecker.sh
Don't crash when /proc/cpuinfo doesn't have any information
[oddments/fireinfo.git] / runpychecker.sh
1 #!/bin/bash
2
3 pychecker --only --limit 1000 \
4 --maxlines 500 --maxargs 20 --maxbranches 80 --maxlocals 60 --maxreturns 20 \
5 --no-callinit --no-local --no-shadow --no-shadowbuiltin \
6 --no-import --no-miximport --no-pkgimport --no-reimport \
7 --no-argsused --no-varargsused --no-override \
8 src/fireinfo/*.py