summaryrefslogtreecommitdiff
path: root/pylint/testutils/testing_pylintrc
blob: ba5318b510be336e4e85ce663c6b39d63d0ed3f3 (plain)
1
2
3
4
5
6
7
8
9
# 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,