Ignore reimport warnings from pylint.
---
tests/pylint/runpylint.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/pylint/runpylint.sh b/tests/pylint/runpylint.sh
index 07fda64..5986f86 100755
--- a/tests/pylint/runpylint.sh
+++ b/tests/pylint/runpylint.sh
@@ -53,7 +53,7 @@ for i in pyanaconda/booty pyanaconda/storage pyanaconda/installclasses/*.py pyan
-i y -r n --disable=C,R --rcfile=/dev/null
--disable=W0511,W0403,W0703,W0622,W0614,W0401,W0142, W0613,W0621,W0141
--disable=W0102,W0201,W0221,W0702,W0602,W0603,W0604, W1001,W0223
- --disable=W0231,W0232,W0233
+ --disable=W0231,W0232,W0233,W0404
$NON_STRICT_OPTIONS $i |
egrep -v "`cat $FALSE_POSITIVES | tr '
' '|'`" > pylint-tmp-log
if grep -q -v '************* Module ' pylint-tmp-log; then
--
1.7.4.1
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|