plugin.video.viervijfzes/.pylintrc
2020-09-10 21:05:18 +02:00

17 lines
376 B
INI

[MESSAGES CONTROL]
disable=
bad-option-value,
cyclic-import, # This shoud be fixed
duplicate-code,
fixme,
import-outside-toplevel,
line-too-long,
old-style-class,
super-with-arguments,
too-few-public-methods,
too-many-arguments,
too-many-branches,
too-many-instance-attributes,
too-many-locals,
too-many-public-methods,