tests/plugins/schemastore: don't check warnings

Follow up to a1a3488779

Uses new `test.checkWarnings` option.
This commit is contained in:
Matt Sturgeon 2024-08-21 06:00:24 +01:00
parent 088e584e54
commit 004181813f
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -1,5 +1,8 @@
{
empty = {
# TODO: remove once json is re-enabled
test.checkWarnings = false;
plugins = {
lsp = {
enable = true;
@ -17,6 +20,9 @@
};
example = {
# TODO: remove once json is re-enabled
test.checkWarnings = false;
plugins = {
lsp = {
enable = true;
@ -69,6 +75,9 @@
};
withJson = {
# TODO: remove once json is re-enabled
test.checkWarnings = false;
plugins = {
lsp = {
enable = true;