fix #15
Annotations
10 errors and 1 warning
lint:
model/db_event.go#L9
ST1003: type DbEvent should be DBEvent (stylecheck)
|
lint:
model/db_event.go#L10
ST1003: struct field Id should be ID (stylecheck)
|
lint:
model/db_event.go#L11
ST1003: should not use underscores in Go names; struct field Op_type should be OpType (stylecheck)
|
lint:
model/db_event.go#L19
ST1003: should not use underscores in Go names; struct field First_time should be FirstTime (stylecheck)
|
lint:
model/db_event.go#L20
ST1003: should not use underscores in Go names; struct field Last_time should be LastTime (stylecheck)
|
lint:
model/db_event.go#L21
ST1003: should not use underscores in Go names; struct field Event_time should be EventTime (stylecheck)
|
lint:
model/db_event.go#L22
ST1003: should not use underscores in Go names; struct field Cluster_name should be ClusterName (stylecheck)
|
lint:
model/gitbridge.go#L40
ST1003: struct field CommitUrl should be CommitURL (stylecheck)
|
lint:
model/githubcontainer.go#L5
ST1003: struct field PackageId should be PackageID (stylecheck)
|
lint:
model/githubcontainer.go#L12
ST1003: struct field ImageId should be ImageID (stylecheck)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|