Skip to content

Update compiler to consume local imports #7574

Update compiler to consume local imports

Update compiler to consume local imports #7574

Triggered via pull request November 4, 2024 19:57
Status Failure
Total duration 3m 25s
Artifacts 1

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Lint Go: pkg/composableschemadsl/compiler/importer.go#L1
Please run go run mage.go lint:go. diff --git a/pkg/composableschemadsl/compiler/importer.go b/pkg/composableschemadsl/compiler/importer.go index 7022fce..af67493 100644 --- a/pkg/composableschemadsl/compiler/importer.go +++ b/pkg/composableschemadsl/compiler/importer.go @@ -5,9 +5,10 @@ import ( "os" "path" + "github.com/rs/zerolog/log" + "github.com/authzed/spicedb/pkg/composableschemadsl/input" "github.com/authzed/spicedb/pkg/genutil/mapz" - "github.com/rs/zerolog/log" ) const SchemaFileSuffix = ".zed"
Lint Go
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
diff
354 Bytes