Commit f7cec0ee authored by Grégory Wisniewski's avatar Grégory Wisniewski

Enable "no docstring" and "line too long" checks in pylint settings.


git-svn-id: https://svn.erp5.org/repos/neo/trunk@1361 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 60422372
......@@ -8,7 +8,7 @@ ignore=tests
# C0111 Disable "no docstring" for the moment
# C0301 Disable "Line too long" for the moment
# R0201 Disable "Method could be a function"
disable-msg=C0111,C0301,R0201
disable-msg=R0201
[DESIGN]
# Some classes are just beautiful when defining only operators & such.
......
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