Skip to content

feat(platform): add platform extension claim (#49) #350

feat(platform): add platform extension claim (#49)

feat(platform): add platform extension claim (#49) #350

Triggered via push August 7, 2026 13:40
Status Success
Total duration 35s
Artifacts

linters.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint: platform/claims_v2.go#L133
hugeParam: c is heavy (136 bytes); consider passing it by pointer (gocritic)
Lint: platform/claims_v2.go#L111
hugeParam: c is heavy (136 bytes); consider passing it by pointer (gocritic)
Lint: platform/claims.go#L119
hugeParam: c is heavy (96 bytes); consider passing it by pointer (gocritic)
Lint: platform/claims.go#L103
hugeParam: c is heavy (96 bytes); consider passing it by pointer (gocritic)
Lint: evidence_test.go#L589
commentedOutCode: may want to remove commented-out code (gocritic)
Lint: evidence_test.go#L584
commentedOutCode: may want to remove commented-out code (gocritic)
Lint: evidence.go#L201
unnecessaryBlock: case statement doesn't require a block statement (gocritic)
Lint: evidence.go#L181
unnecessaryBlock: case statement doesn't require a block statement (gocritic)
Lint: evidence.go#L162
unnecessaryBlock: case statement doesn't require a block statement (gocritic)
Lint: evidence.go#L432
unnamedResult: consider giving a name to these results (gocritic)
Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2, actions/setup-go@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/