Marshaling refactor #155
Annotations
7 errors and 2 warnings
platform/claims.go#L77
hugeParam: c is heavy (96 bytes); consider passing it by pointer (gocritic)
|
platform/claims.go#L91
hugeParam: c is heavy (96 bytes); consider passing it by pointer (gocritic)
|
platform/iclaims.go#L50
sloppyReassign: re-assignment to `err` can be replaced with `err := cl.Validate()` (gocritic)
|
platform/iclaims.go#L76
sloppyReassign: re-assignment to `err` can be replaced with `err := cl.Validate()` (gocritic)
|
evidence.go#L344
unnamedResult: consider giving a name to these results (gocritic)
|
realm/iclaims.go#L49
sloppyReassign: re-assignment to `err` can be replaced with `err := cl.Validate()` (gocritic)
|
realm/iclaims.go#L75
sloppyReassign: re-assignment to `err` can be replaced with `err := cl.Validate()` (gocritic)
|
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/
|
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/
|
This job succeeded
Loading