Skip to content

Merge pull request #171 from overmindtech/golanci-lint-update #458

Merge pull request #171 from overmindtech/golanci-lint-update

Merge pull request #171 from overmindtech/golanci-lint-update #458

Triggered via push February 10, 2024 13:42
Status Failure
Total duration 1m 11s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: cmd/createbookmark.go#L116
avoid direct access to proto field response.Msg.Bookmark.Metadata.UUID, use response.Msg.GetBookmark().GetMetadata().GetUUID() instead (protogetter)
lint: cmd/createbookmark.go#L117
avoid direct access to proto field response.Msg.Bookmark.Metadata.Created, use response.Msg.GetBookmark().GetMetadata().GetCreated() instead (protogetter)
lint: cmd/createbookmark.go#L118
avoid direct access to proto field response.Msg.Bookmark.Properties.Name, use response.Msg.GetBookmark().GetProperties().GetName() instead (protogetter)
lint: cmd/createbookmark.go#L119
avoid direct access to proto field response.Msg.Bookmark.Properties.Description, use response.Msg.GetBookmark().GetProperties().GetDescription() instead (protogetter)
lint: cmd/createbookmark.go#L121
avoid direct access to proto field response.Msg.Bookmark.Properties.Queries, use response.Msg.GetBookmark().GetProperties().GetQueries() instead (protogetter)
lint: cmd/createbookmark.go#L126
avoid direct access to proto field response.Msg.Bookmark.Properties.ExcludedItems, use response.Msg.GetBookmark().GetProperties().GetExcludedItems() instead (protogetter)
lint: cmd/createbookmark.go#L132
avoid direct access to proto field response.Msg.Bookmark.Properties, use response.Msg.GetBookmark().GetProperties() instead (protogetter)
lint: cmd/endchange.go#L102
avoid direct access to proto field msg.State, use msg.GetState() instead (protogetter)
lint: cmd/endchange.go#L103
avoid direct access to proto field msg.NumItems, use msg.GetNumItems() instead (protogetter)
lint: cmd/endchange.go#L104
avoid direct access to proto field msg.NumEdges, use msg.GetNumEdges() instead (protogetter)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.