]> git.ipfire.org Git - oddments/fireinfo.git/blame - runpychecker.sh
Don't crash when /proc/cpuinfo doesn't have any information
[oddments/fireinfo.git] / runpychecker.sh
CommitLineData
cf0cbb9e
MT
1#!/bin/bash
2
3pychecker --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 \
77c01e52 8 src/fireinfo/*.py