Files
django-test/.pylintrc
Jens Kleineheismann e9a43740ee
All checks were successful
buildbot/django-test-test-python3 Build done.
buildbot/django-test-test-python2 Build done.
FIX using pylint for python2.
2019-10-24 16:33:11 +02:00

28 lines
365 B
INI

[MASTER]
persistent=no
#load-plugins=pylint_django
[MESSAGES CONTROL]
disable=missing-docstring,
missing-module-docstring,
missing-class-docstring,
missing-function-docstring,
useless-object-inheritance,
[BASIC]
good-names=_,
c,
d,
e,
i,
j,
k,
[FORMAT]
max-line-length=120