summaryrefslogtreecommitdiff
path: root/tests/config/functional/ini/pylintrc_with_missing_comma.ini
blob: a30efed212e9c5b1da6e2fbd1e37a84f5a02da87 (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/PyCQA/pylint/issues/3122
[messages control]
disable = logging-not-lazylogging-format-interpolation
enable = locally-disabled
         suppressed-message
jobs = 10
reports = yes