third_party.pylibs.pylint.src/pylint/testutils/testing_pylintrc
Daniël van Noord efe59ca44b
Make functional tests always go through config initialization (#5594)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
2021-12-28 16:28:54 +01:00

10 lines
198 B
Plaintext

# A bare minimum pylintrc used for the functional tests that don't specify
# their own settings.
[MESSAGES CONTROL]
disable=
suppressed-message,
locally-disabled,
useless-suppression,