summaryrefslogtreecommitdiffstats
path: root/runpychecker.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update packaging and makefile system for the new booty module.Chris Lumens2009-03-041-2/+2
|
* Fix runpychecker.sh to find zonetab moduleHans de Goede2009-02-061-1/+1
| | | | Fix runpychecker.sh to find zonetab module.
* Add --strict option to runpychecker.shHans de Goede2008-10-301-0/+22
| | | | | Add --strict option to runpychecker.sh, and relax the default checking a bit now we are down to 0 warnings!
* Add a bit of documentation to the top of runpychecker.shHans de Goede2008-10-291-0/+8
| | | | Add a bit of documentation to the top of runpychecker.sh
* Add runpychecker.sh script and pychecker-false-positives fileHans de Goede2008-10-291-0/+29
The runpychecker.sh script will check anaconda for any pychecker warning using a set of options, in combination with filtering of any warning regular- expressions listed in pychecker-false-positives. If any warnings our found they will be stored in pychecker-log and printed to stdout and runpychecker.sh will exit with a status of 1, if no (non filtered) warnings are found it exits with a status of 0