b282b3ef34
* 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>
16 lines
350 B
INI
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,
|