Skip to content

Marshaling refactor #155

Marshaling refactor

Marshaling refactor #155

Triggered via pull request July 22, 2024 15:05
@setrofimsetrofim
synchronize #30
marshaling
Status Success
Total duration 34s
Artifacts

linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
Lint: platform/claims.go#L77
hugeParam: c is heavy (96 bytes); consider passing it by pointer (gocritic)
Lint: platform/claims.go#L91
hugeParam: c is heavy (96 bytes); consider passing it by pointer (gocritic)
Lint: platform/iclaims.go#L50
sloppyReassign: re-assignment to `err` can be replaced with `err := cl.Validate()` (gocritic)
Lint: platform/iclaims.go#L76
sloppyReassign: re-assignment to `err` can be replaced with `err := cl.Validate()` (gocritic)
Lint: evidence.go#L344
unnamedResult: consider giving a name to these results (gocritic)
Lint: realm/iclaims.go#L49
sloppyReassign: re-assignment to `err` can be replaced with `err := cl.Validate()` (gocritic)
Lint: realm/iclaims.go#L75
sloppyReassign: re-assignment to `err` can be replaced with `err := cl.Validate()` (gocritic)
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/