Integration Api moved to versioned common #6895
knative-style.yaml
on: pull_request
style
/
changes
2s
style
/
...
/
Auto-format and Check
16s
style
/
...
/
Lint
1m 58s
style
/
...
/
Do Not Submit
6s
style
/
...
/
shell
0s
style
/
...
/
yaml
30s
style
/
...
/
github_actions
0s
Matrix: style / Golang / Boilerplate Check
Annotations
3 errors and 4 warnings
style / Golang / Auto-format and Check:
pkg/apis/sources/v1alpha1/integration_types_test.go#L1
Please run goimports.
diff --git a/pkg/apis/sources/v1alpha1/integration_types_test.go b/pkg/apis/sources/v1alpha1/integration_types_test.go
index 4dfd20e..ad30b14 100644
--- a/pkg/apis/sources/v1alpha1/integration_types_test.go
+++ b/pkg/apis/sources/v1alpha1/integration_types_test.go
@@ -17,8 +17,9 @@ limitations under the License.
package v1alpha1
import (
- "knative.dev/eventing/pkg/apis/common/integration/v1alpha1"
"testing"
+
+ "knative.dev/eventing/pkg/apis/common/integration/v1alpha1"
)
func TestIntegrationSource_GetStatus(t *testing.T) {
|
style / Golang / Auto-format and Check:
pkg/apis/sources/v1alpha1/integration_validation_test.go#L1
Please run goimports.
diff --git a/pkg/apis/sources/v1alpha1/integration_validation_test.go b/pkg/apis/sources/v1alpha1/integration_validation_test.go
index 3281b39..9b26342 100644
--- a/pkg/apis/sources/v1alpha1/integration_validation_test.go
+++ b/pkg/apis/sources/v1alpha1/integration_validation_test.go
@@ -18,9 +18,10 @@ package v1alpha1
import (
"context"
- "knative.dev/eventing/pkg/apis/common/integration/v1alpha1"
"testing"
+ "knative.dev/eventing/pkg/apis/common/integration/v1alpha1"
+
"github.com/google/go-cmp/cmp"
"knative.dev/pkg/apis"
)
|
style / Golang / Auto-format and Check
Process completed with exit code 1.
|
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
|
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
|
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
|
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum
|