WIP: typechoice #643
Annotations
10 errors and 1 warning
Lint:
encoding/structfields.go#L72
assignOp: replace `header = header | byte(24)` with `header |= byte(24)` (gocritic)
|
Lint:
encoding/structfields.go#L75
assignOp: replace `header = header | byte(25)` with `header |= byte(25)` (gocritic)
|
Lint:
encoding/structfields.go#L79
assignOp: replace `header = header | byte(26)` with `header |= byte(26)` (gocritic)
|
Lint:
encoding/structfields.go#L69
assignOp: replace `header = header | byte(mapLen)` with `header |= byte(mapLen)` (gocritic)
|
Lint:
encoding/structfields.go#L185
sloppyReassign: re-assignment to `err` can be replaced with `err := o.Add(key, val)` (gocritic)
|
Lint:
encoding/structfields.go#L192
unnamedResult: consider giving a name to these results (gocritic)
|
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
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/
|