Update pylintrc
authorIustin Pop <iustin@google.com>
Mon, 21 Dec 2009 15:19:35 +0000 (16:19 +0100)
committerIustin Pop <iustin@google.com>
Mon, 28 Dec 2009 10:43:16 +0000 (11:43 +0100)
commit80f3f4156a57b4032e7c7b8ab13e9b9e75ff5894
treefc5850ad37e64db8e2fd94876d158bd0bc534631
parentfe26718807f5cd6b8a30aa93770b060753ab91ff
Update pylintrc

Since the current pylintrc is in now way good for our style, we update
it:

- remove docstring checks, since we have too many cases where a
  docstring doesn't make sense
- relax naming rules to cover more alternatives (but not break the
  naming rules)
- increase many of the limits

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Olivier Tharan <olive@google.com>
pylintrc