Skip to content

refactor!: more conventional marshaling #150

refactor!: more conventional marshaling

refactor!: more conventional marshaling #150

Triggered via push July 22, 2024 14:26
Status Success
Total duration 30s
Artifacts

linters.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
Lint: evidence.go#L343
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: 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
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/