[blivet:master 04/16] Do not disable unused argument warning.

mulhern amulhern at redhat.com
Thu May 1 13:08:41 UTC 2014


Signed-off-by: mulhern <amulhern 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 95aed49..d9c380b 100755
--- a/tests/pylint/runpylint.sh
+++ b/tests/pylint/runpylint.sh
@@ -52,10 +52,9 @@ export DISABLED_ERR_OPTIONS="--disable=E1103"
 # W0142 - Used * or ** magic
 # W0511 - Used when a warning note as FIXME or XXX is detected.
 # W0603 - Using the global statement
-# W0613 - Unused argument %r
 # W0614 - Unused import %s from wildcard import
 # I0011 - Locally disabling %s (i.e., pylint: disable)
-export DISABLED_WARN_OPTIONS="--disable=W0110,W0141,W0142,W0511,W0603,W0613,W0614,I0011"
+export DISABLED_WARN_OPTIONS="--disable=W0110,W0141,W0142,W0511,W0603,W0614,I0011"
 
 usage () {
   echo "usage: `basename $0` [--strict] [--help] [files...]"
-- 
1.8.3.1



More information about the anaconda-patches mailing list