summaryrefslogtreecommitdiffstats
path: root/tests/pylint
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2011-07-21 13:42:56 -0400
committerChris Lumens <clumens@redhat.com>2011-07-22 11:59:49 -0400
commitb799087b5ca35693e849697736c864aca45cd3ce (patch)
treef3679ca282784fe85ff3d662f96ae7e6b6726933 /tests/pylint
parent628950fd1088020b243c85aa04742d11e62aefe8 (diff)
downloadanaconda-b799087b5ca35693e849697736c864aca45cd3ce.tar.gz
anaconda-b799087b5ca35693e849697736c864aca45cd3ce.tar.xz
anaconda-b799087b5ca35693e849697736c864aca45cd3ce.zip
Ignore false positives in kickstart.py.
These errors are incorrect because the attributes being complained about are set up by the callers.
Diffstat (limited to 'tests/pylint')
-rw-r--r--tests/pylint/pylint-false-positives2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pylint/pylint-false-positives b/tests/pylint/pylint-false-positives
index e4d04ff9c..bde04b573 100644
--- a/tests/pylint/pylint-false-positives
+++ b/tests/pylint/pylint-false-positives
@@ -15,6 +15,8 @@
^E1101:[ 0-9]*:.*: Instance of 'WideCheckList' has no 'append_row' member$
^E1101:[ 0-9]*:.*: Instance of 'WideCheckList' has no 'store' member$
^E1101:[ 0-9]*:.*: Instance of 'WideCheckList' has no 'set_size_request' member$
+^E1101:[ 0-9]*:.*: Instance of '.*' has no 'anaconda' member$
+^E1101:[ 0-9]*:.*: Instance of 'AnacondaKSHandler' has no 'commands' member$
^E1101:[ 0-9]*:AnacondaTZMap\.selectionChanged: Instance of 'Enum' has no 'ENTRY' member$
^E1101:[ 0-9]*:DeviceAction\..*: Instance of 'DeviceAction' has no 'dir' member$
^E1101:[ 0-9]*:VolumeGroupEditor\.editLogicalVolume: Class 'format' has no 'mountable' member$