Skip to content

Update compiler to consume local imports #7605

Update compiler to consume local imports

Update compiler to consume local imports #7605

Triggered via pull request November 5, 2024 20:51
Status Failure
Total duration 2m 50s
Artifacts 1

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Lint YAML & Markdown
Process completed with exit code 1.
Lint Go: pkg/composableschemadsl/compiler/compiler.go#L1
Please run go run mage.go lint:go. diff --git a/pkg/composableschemadsl/compiler/compiler.go b/pkg/composableschemadsl/compiler/compiler.go index 3c41f82..2091933 100644 --- a/pkg/composableschemadsl/compiler/compiler.go +++ b/pkg/composableschemadsl/compiler/compiler.go @@ -108,7 +108,7 @@ func compileImpl(schema InputSchema, existingNames *mapz.Set[string], prefix Obj schemaString: schema.SchemaString, skipValidate: cfg.skipValidation, sourceFolder: cfg.sourceFolder, - existingNames: existingNames, + existingNames: existingNames, }, root) if err != nil { var errorWithNode errorWithNode
Lint Go
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
diff
409 Bytes