summaryrefslogtreecommitdiff
path: root/tests/config/functional/ini/pylintrc_with_deleted_message.ini
blob: 51b821750814f76e3f12018f74f9621cf0b8f8b9 (plain)
1
2
3
4
5
6
7
# Check that we raise an informational when a deleted messages exists in a .pylintrc file
# See https://github.com/PyCQA/pylint/issues/6794
[messages control]
disable = logging-not-lazy, buffer-builtin
enable = useless-option-value, locally-disabled, cmp-builtin
jobs = 10
reports = yes