plugin.video.viervijfzes/.pylintrc

17 lines
376 B
INI
Raw Normal View History

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