summaryrefslogtreecommitdiff
path: root/tests/config/functional/toml/toml_with_enable.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/config/functional/toml/toml_with_enable.toml')
-rw-r--r--tests/config/functional/toml/toml_with_enable.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/config/functional/toml/toml_with_enable.toml b/tests/config/functional/toml/toml_with_enable.toml
new file mode 100644
index 000000000..a1e7b65af
--- /dev/null
+++ b/tests/config/functional/toml/toml_with_enable.toml
@@ -0,0 +1,5 @@
+# Check that we can add or remove value in list
+# (This is mostly a check for the functional test themselves)
+[tool.pylint."messages control"]
+disable = "logging-not-lazy,logging-format-interpolation"
+enable = "locally-disabled,suppressed-message"