Skip to content

Add Deprecated: notes and add proto helpers. #267

Add Deprecated: notes and add proto helpers.

Add Deprecated: notes and add proto helpers. #267

Triggered via pull request January 17, 2024 21:26
Status Failure
Total duration 1m 44s
Artifacts

ci.yml

on: pull_request
Matrix: build
Matrix: lint
Matrix: lintc
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
Lint (ubuntu-latest, Go 1.19.x): client/client.go#L195
`represenation` is a misspelling of `representation` (misspell)
Lint (ubuntu-latest, Go 1.19.x): client/client.go#L194
exported: comment on exported function GetQuoteProto should be of the form "GetQuoteProto ..." (revive)
Lint (ubuntu-latest, Go 1.19.x): client/client.go#L210
exported: comment on exported function GetQuoteProtoAtLevel should be of the form "GetQuoteProtoAtLevel ..." (revive)
Lint (ubuntu-latest, Go 1.19.x): testing/mocks.go#L173
receiver-naming: receiver name p should be consistent with previous receiver name qp for QuoteProvider (revive)
Lint (ubuntu-latest, Go 1.19.x): tools/attest/attest.go#L96
SA1019: client.GetRawExtendedReportAtVmpl is deprecated: Use LeveledQuoteProvider. (staticcheck)
Lint (ubuntu-latest, Go 1.19.x): tools/attest/attest.go#L104
SA1019: client.GetExtendedReportAtVmpl is deprecated: Use GetQuoteProtoAtLevel (staticcheck)
Lint (ubuntu-latest, Go 1.19.x): tools/attest/attest.go#L118
SA1019: client.GetRawReportAtVmpl is deprecated: Use LeveledQuoteProvider. (staticcheck)
Lint (ubuntu-latest, Go 1.19.x): tools/attest/attest.go#L125
SA1019: client.GetReportAtVmpl is deprecated: Use GetQuoteProtoAtLevel. (staticcheck)
Lint (ubuntu-latest, Go 1.19.x): validate/validate_test.go#L257
SA1019: sg.GetReport is deprecated: Use GetQuoteProto. (staticcheck)
Lint (ubuntu-latest, Go 1.19.x): validate/validate_test.go#L282
SA1019: sg.GetReport is deprecated: Use GetQuoteProto. (staticcheck)
Lint (ubuntu-latest, Go 1.19.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint (ubuntu-latest, Go 1.19.x): client/client.go#L194
exported: comment on exported function GetQuoteProto should be of the form "GetQuoteProto ..." (revive)
Lint (ubuntu-latest, Go 1.19.x): client/client.go#L210
exported: comment on exported function GetQuoteProtoAtLevel should be of the form "GetQuoteProtoAtLevel ..." (revive)
Lint (ubuntu-latest, Go 1.19.x): testing/mocks.go#L173
receiver-naming: receiver name p should be consistent with previous receiver name qp for QuoteProvider (revive)
Lint CGO (ubuntu-latest, Go 1.19.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/