Skip to content

Partial v2 revert

Partial v2 revert #599

Triggered via pull request September 12, 2023 14:53
Status Success
Total duration 1m 1s
Artifacts

linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint: comid/comid.go#L211
hugeParam: o is heavy (80 bytes); consider passing it by pointer (gocritic)
Lint: comid/comid.go#L236
hugeParam: o is heavy (80 bytes); consider passing it by pointer (gocritic)
Lint: comid/comid.go#L255
hugeParam: o is heavy (80 bytes); consider passing it by pointer (gocritic)
Lint: comid/comid.go#L263
hugeParam: o is heavy (80 bytes); consider passing it by pointer (gocritic)
Lint: comid/measurement.go#L225
hugeParam: o is heavy (88 bytes); consider passing it by pointer (gocritic)
Lint: comid/measurement.go#L517
hugeParam: o is heavy (96 bytes); consider passing it by pointer (gocritic)
Lint: comid/example_psa_refval_test.go#L83
hugeParam: m is heavy (96 bytes); consider passing it by pointer (gocritic)
Lint: comid/example_test.go#L110
commentFormatting: put a space between `//` and comment text (gocritic)
Lint: comid/example_test.go#L165
commentFormatting: put a space between `//` and comment text (gocritic)
Lint: corim/unsignedcorim.go#L67
appendAssign: append result not assigned to the same slice (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/