summaryrefslogtreecommitdiffstats
path: root/pychecker-false-positives
Commit message (Collapse)AuthorAgeFilesLines
* Collect network interfaces from NetworkManager (#493995)David Cantrell2009-05-041-2/+0
| | | | | | | | | | Remove minihal.py and use NetworkManager to get a list of device names and their hardware addresses. Still have to talk to hal via D-Bus to build a description string, but the hal path is given to us by NetworkManager, so we are sure we are only building a list of interfaces that NetworkManager knows about and can communicate with. Also rewrite command-stubs/list-harddrives to not use minihal.
* partedUtils no longer exists.Chris Lumens2009-04-061-4/+1
|
* Add some new false positives to pychecker false positives filteringHans de Goede2009-02-031-0/+6
| | | | Add some new false positives to pychecker false positives filtering.
* Add runpychecker.sh script and pychecker-false-positives fileHans de Goede2008-10-291-0/+25
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