Skip to content
Triggered via push September 1, 2023 15:50
Status Success
Total duration 1m 6s
Artifacts

linters.yml

on: push
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: cots/abbreviated_swid_tag.go#L159
hugeParam: t is heavy (184 bytes); consider passing it by pointer (gocritic)
Lint: cots/abbreviated_swid_tag.go#L167
hugeParam: t is heavy (184 bytes); consider passing it by pointer (gocritic)
Lint: cots/abbreviated_swid_tag.go#L173
hugeParam: t is heavy (184 bytes); consider passing it by pointer (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/