summaryrefslogtreecommitdiff
path: root/tests/config/functional/ini/pylintrc_with_missing_comma.ini
blob: 2242a23a197e1e534a686879310b87d02cc43758 (plain)
1
2
3
4
5
6
7
8
# Check that we raise an warning when commas are missing in INI .pylintrc file
# See https://github.com/pylint-dev/pylint/issues/3122
[messages control]
disable = logging-not-lazylogging-format-interpolation
enable = locally-disabled
         suppressed-message
jobs = 10
reports = yes