diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-06 19:15:26 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-06 19:15:26 +0000 |
commit | 2d5fc26226e06b2b45b21edb80ba5210d070ed20 (patch) | |
tree | 058fd50aed3210a3d6835bc5c404a5a455e2b717 /pycheckrc-for-anaconda | |
parent | 5e7f38583d2943141847caba6a34267a2eda2482 (diff) | |
download | anaconda-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-anaconda | 2 |
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 |