plugin.video.viervijfzes/.pylintrc
Dag Wieers b282b3ef34
Various check fixes (#11)
* Various check fixes

This PR includes:
- Fix invalid-name pylint check
- Enable overriding PYTHON in Makefile
- Supporting multiple languages

* Add invalid-name to routing tests

Co-authored-by: Michaël Arnauts <michael.arnauts@gmail.com>
2020-03-25 08:08:15 +01:00

16 lines
350 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,
too-few-public-methods,
too-many-arguments,
too-many-branches,
too-many-instance-attributes,
too-many-locals,
too-many-public-methods,