mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
tests/plugins/schemastore: don't check warnings
Follow up to a1a3488779
Uses new `test.checkWarnings` option.
This commit is contained in:
parent
088e584e54
commit
004181813f
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue