mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 02:08:40 +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 = {
|
empty = {
|
||||||
|
# TODO: remove once json is re-enabled
|
||||||
|
test.checkWarnings = false;
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
lsp = {
|
lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -17,6 +20,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
example = {
|
example = {
|
||||||
|
# TODO: remove once json is re-enabled
|
||||||
|
test.checkWarnings = false;
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
lsp = {
|
lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -69,6 +75,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
withJson = {
|
withJson = {
|
||||||
|
# TODO: remove once json is re-enabled
|
||||||
|
test.checkWarnings = false;
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
lsp = {
|
lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue