summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2016-06-12 18:29:42 -0400
committerCole Robinson <crobinso@redhat.com>2016-06-12 18:29:42 -0400
commitc9bd9791cff0e79154029679ac6a2fb0184129eb (patch)
tree1ba4250a71d97374933c9d9d4591ddc220f07b8a
parent302a84a97dedf9458c4aeeedc3934c6a99566afb (diff)
downloadvirt-manager-c9bd9791cff0e79154029679ac6a2fb0184129eb.tar.gz
pylint: Skip bad-option-value to make f23 pylint more quiet
f24 pylint seems to have this behavior by default
-rw-r--r--tests/pylint.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pylint.cfg b/tests/pylint.cfg
index 2b57ac55..5593060f 100644
--- a/tests/pylint.cfg
+++ b/tests/pylint.cfg
@@ -31,7 +31,7 @@ load-plugins=
# multiple time (only on the command line, not in the configuration file where
# it should appear only once).
-disable=Design,Similarities,invalid-name,missing-docstring,line-too-long,too-many-lines,superfluous-parens,bad-whitespace,locally-disabled,no-self-use,unnecessary-lambda,star-args,fixme,global-statement,bare-except,anomalous-backslash-in-string,broad-except,cyclic-import,bad-continuation,locally-enabled,unidiomatic-typecheck,redefined-variable-type
+disable=Design,Similarities,invalid-name,missing-docstring,line-too-long,too-many-lines,superfluous-parens,bad-whitespace,locally-disabled,no-self-use,unnecessary-lambda,star-args,fixme,global-statement,bare-except,anomalous-backslash-in-string,broad-except,cyclic-import,bad-continuation,locally-enabled,unidiomatic-typecheck,redefined-variable-type,bad-option-value
[REPORTS]