Skip to content

Add CoRIM extension mechanisms #663

Add CoRIM extension mechanisms

Add CoRIM extension mechanisms #663

Triggered via pull request November 9, 2023 14:59
Status Success
Total duration 1m 8s
Artifacts

linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint: comid/comid.go#L225
hugeParam: o is heavy (112 bytes); consider passing it by pointer (gocritic)
Lint: comid/comid.go#L250
hugeParam: o is heavy (112 bytes); consider passing it by pointer (gocritic)
Lint: comid/comid.go#L269
hugeParam: o is heavy (112 bytes); consider passing it by pointer (gocritic)
Lint: comid/comid.go#L277
hugeParam: o is heavy (112 bytes); consider passing it by pointer (gocritic)
Lint: comid/flagsmap.go#L215
hugeParam: o is heavy (88 bytes); consider passing it by pointer (gocritic)
Lint: comid/measurement.go#L339
hugeParam: o is heavy (104 bytes); consider passing it by pointer (gocritic)
Lint: comid/measurement.go#L671
hugeParam: o is heavy (120 bytes); consider passing it by pointer (gocritic)
Lint: comid/classid_test.go#L410
stringXbytes: can simplify `[]byte(out)` to `out` (gocritic)
Lint: comid/example_psa_refval_test.go#L83
hugeParam: m is heavy (120 bytes); consider passing it by pointer (gocritic)
Lint: comid/uuid_test.go#L13
sprintfQuotedString: use %q instead of "%s" for quoted strings (gocritic)
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, 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/