server/general: disable pylint reports

They add no value whatsoever
This commit is contained in:
rr- 2016-05-10 11:57:24 +02:00
parent 3481c1072d
commit 174958686c

View file

@ -11,6 +11,7 @@ max-line-length=90
[messages control]
disable=missing-docstring,no-self-use,too-few-public-methods,multiple-statements
reports=no
[typecheck]
generated-members=add|add_all