Decouple validation file schema compilation from yaml parsing #8406
lint.yaml
on: pull_request
License Check
1m 18s
Lint Go
3m 16s
Lint YAML & Markdown
44s
Annotations
2 errors
Lint Go:
pkg/proto/developer/v1/developer.pb.go#L1
Please run go run mage.go lint:go.
diff --git a/pkg/proto/developer/v1/developer.pb.go b/pkg/proto/developer/v1/developer.pb.go
index 9976b36..f553c60 100644
--- a/pkg/proto/developer/v1/developer.pb.go
+++ b/pkg/proto/developer/v1/developer.pb.go
@@ -7,9 +7,6 @@
package developerv1
import (
- reflect "reflect"
- sync "sync"
-
v12 "github.com/authzed/authzed-go/proto/authzed/api/v1"
v1 "github.com/authzed/spicedb/pkg/proto/core/v1"
v11 "github.com/authzed/spicedb/pkg/proto/dispatch/v1"
@@ -17,6 +14,8 @@ import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
structpb "google.golang.org/protobuf/types/known/structpb"
+ reflect "reflect"
+ sync "sync"
)
const (
|
Lint Go
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
diff
|
427 Bytes |
|