summaryrefslogtreecommitdiffstats
path: root/pycheckrc-for-anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-06 19:15:26 +0000
committerMatt Wilson <msw@redhat.com>2001-07-06 19:15:26 +0000
commit2d5fc26226e06b2b45b21edb80ba5210d070ed20 (patch)
tree058fd50aed3210a3d6835bc5c404a5a455e2b717 /pycheckrc-for-anaconda
parent5e7f38583d2943141847caba6a34267a2eda2482 (diff)
downloadanaconda-2d5fc26226e06b2b45b21edb80ba5210d070ed20.tar.gz
anaconda-2d5fc26226e06b2b45b21edb80ba5210d070ed20.tar.xz
anaconda-2d5fc26226e06b2b45b21edb80ba5210d070ed20.zip
turn that option back off, it sucks
Diffstat (limited to 'pycheckrc-for-anaconda')
-rw-r--r--pycheckrc-for-anaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/pycheckrc-for-anaconda b/pycheckrc-for-anaconda
index 666a17e1a..536cd1135 100644
--- a/pycheckrc-for-anaconda
+++ b/pycheckrc-for-anaconda
@@ -38,7 +38,7 @@ callingAttribute = 1
# bool: warn when using named arguments: func(a=1, b=2), where def func(a, b):
# def func2(a, b, **kw): doesn't generate a warning
-namedArgs = 1
+namedArgs = 0
# int: warnings for code complexity, max value before generating a warning
maxLines = 200