summaryrefslogtreecommitdiff
path: root/tests/config/functional/toml/toml_with_message_control.toml
blob: 0e58d891862a5aeba8d8455228371196ded6acee (plain)
1
2
3
4
5
6
7
# Check that we can read a TOML file where lists and integers are
# expressed as strings.

[tool.pylint."messages control"]
disable = "logging-not-lazy,logging-format-interpolation"
jobs = "10"
reports = "yes"