summaryrefslogtreecommitdiff
path: root/tests/config/functional/toml/issue_4746/loaded_plugin_does_not_exists.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/config/functional/toml/issue_4746/loaded_plugin_does_not_exists.toml')
-rw-r--r--tests/config/functional/toml/issue_4746/loaded_plugin_does_not_exists.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/config/functional/toml/issue_4746/loaded_plugin_does_not_exists.toml b/tests/config/functional/toml/issue_4746/loaded_plugin_does_not_exists.toml
new file mode 100644
index 000000000..c015a9448
--- /dev/null
+++ b/tests/config/functional/toml/issue_4746/loaded_plugin_does_not_exists.toml
@@ -0,0 +1,3 @@
+# The pylint_websockets plugin does not exist and therefore this toml is invalid
+[tool.pylint.MASTER]
+load-plugins = 'pylint_websockets'