Incorporated Review Comments #928
Annotations
10 errors and 2 warnings
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#L347
hugeParam: o is heavy (112 bytes); consider passing it by pointer (gocritic)
|
Lint:
comid/measurement.go#L680
hugeParam: o is heavy (128 bytes); consider passing it by pointer (gocritic)
|
Lint:
comid/measurements.go#L32
rangeValCopy: each iteration copies 128 bytes (consider pointers or indexing) (gocritic)
|
Lint:
comid/example_cca_realm_refval_test.go#L96
hugeParam: m is heavy (128 bytes); consider passing it by pointer (gocritic)
|
Lint:
comid/example_cca_realm_refval_test.go#L87
rangeValCopy: each iteration copies 128 bytes (consider pointers or indexing) (gocritic)
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|