5 make -C source
/frontend
7 ln -sf ..
/patchcanvas source
/frontend
/widgets
/
9 if which pylint3
>/dev
/null
; then
15 # widget code, check all errors
17 --extension-pkg-whitelist=PyQt5 \
19 --max-line-length=120 \
21 --max-statements=100 \
31 source
/frontend
/widgets
/canvaspreviewframe.py \
32 source
/frontend
/widgets
/racklistwidget.py
34 # main app code, ignore some errors
36 --extension-pkg-whitelist=PyQt5 \
37 --max-line-length=120 \
46 too-few-public-methods
,\
49 too-many-instance-attributes
,\
52 too-many-public-methods
,\
53 too-many-return-statements
,\
56 wrong-import-position \
57 source
/frontend
/carla_
{app
,backend
,backend_qt
,settings
,shared
,utils
,widgets
}.py
59 # code not updated yet
61 --extension-pkg-whitelist=PyQt5 \
63 source
/frontend
/carla_
{database
,host,skin
}.py