Commit 38257e83 authored by Vincent Pelletier's avatar Vincent Pelletier

Soften the maximum number of argument limit.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@971 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 2b2950a8
......@@ -14,6 +14,8 @@ disable-msg=C0111,C0301
min-public-methods=0
# Handler classes need to export many methods. We do define a complex API.
max-public-methods=100
# Handler methods need a big number of parameters.
max-args=10
[BASIC]
# Inspired by Debian's /usr/share/doc/pylint/examples/pylintrc_camelcase
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment