1
0
Fork 0

pylint: Use separate configuration file for Python 2 and Python 3

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/400/head
Vasilis Tsiligiannis 2019-07-16 16:02:41 +03:00
parent f6e61f158f
commit f2538355ab
2 changed files with 19 additions and 1 deletions

18
.pylintrc3 100644
View File

@ -0,0 +1,18 @@
[MASTER]
ignore=_version.py,migrations
load-plugins=pylint_django
[MESSAGES CONTROL]
disable=
C0411,
C0412,
E1101,
E0213,
R0401,
R0801,
R0901,
R0903,
R0914,
R0915,
R1705,
W0511,

View File

@ -59,7 +59,7 @@ deps =
pylint==2.3.1
pylint-django==2.0.9
extras = dev
commands = pylint \
commands = pylint --rcfile=.pylintrc3 \
{envsitepackagesdir}/db \
{envsitepackagesdir}/auth0login