Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

env_not isn't included in schema json #1278

Open
Assignees
sagiegurari
@DavJCosby

Description

@DavJCosby

Describe The Bug

Though everything builds just fine, my IDE complains whenever I try to use thenewenv_not condition. This is because it is not listed in theschemastore json file for this project.

To Reproduce

[tasks.build]run_task = [    {name ="compile_single_kernel",condition = {env_not = {"KERNEL" ="all" } } },    {name ="compile_all_kernels",condition = {env = {"KERNEL" ="all" } } },]

When using an IDE that checks .toml files against schemastore.org, you get this error:

Image

Solution

Add the following to the schemastore json file:

"env_not": {"title":"Env Vars","description":"Map of environment variables that must not be equal to the provided values","type":"object","additionalProperties": {"title":"Env Value","description":"Environment value","type":"string"          }        },

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp