[PATCH 1/1] W0123 not defined in RHEL7 and causes pylint to traceback

atodorov installerbot-noreply at redhat.com
Thu Feb 26 11:27:17 UTC 2015


From: Alexander Todorov <atodorov at redhat.com>

---
 tests/pylint/runpylint.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/pylint/runpylint.sh b/tests/pylint/runpylint.sh
index 3615052..b720520 100755
--- a/tests/pylint/runpylint.sh
+++ b/tests/pylint/runpylint.sh
@@ -60,7 +60,6 @@ export NON_STRICT_OPTIONS="--disable=W0212"
 export DISABLED_ERR_OPTIONS="--disable=E1103"
 
 # W0110 - map/filter on lambda could be replaced by comprehension
-# W0123 - Use of eval
 # W0141 - Used builtin function %r
 # W0142 - Used * or ** magic
 # W0511 - Used when a warning note as FIXME or XXX is detected.
@@ -70,7 +69,7 @@ export DISABLED_ERR_OPTIONS="--disable=E1103"
 # I0011 - Locally disabling %s (i.e., pylint: disable)
 # I0012 - Locally enabling %s (i.e., pylint: enable)
 # I0013 - Ignoring entire file (i.e., pylint: skip-file)
-export DISABLED_WARN_OPTIONS="--disable=W0110,W0123,W0141,W0142,W0511,W0603,W0613,W0614,I0011,I0012,I0013"
+export DISABLED_WARN_OPTIONS="--disable=W0110,W0141,W0142,W0511,W0603,W0613,W0614,I0011,I0012,I0013"
 
 usage () {
   echo "usage: `basename $0` [--strict] [--help] [files...]"


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/2206654b6cedd2dc48618435db7a5c55ff294afa


More information about the anaconda-patches mailing list