Skip to content

fix(prettyCQL): prettyCQL crashes on ouf-of-bound access #539

fix(prettyCQL): prettyCQL crashes on ouf-of-bound access

fix(prettyCQL): prettyCQL crashes on ouf-of-bound access #539

Triggered via pull request October 31, 2024 16:21
Status Failure
Total duration 37s
Artifacts

go.yml

on: pull_request
Lint Test and Build
28s
Lint Test and Build
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Lint Test and Build: pkg/typedef/bag.go#L78
Error return value of `ct.ValueType.CQLPretty` is not checked (errcheck)
Lint Test and Build: pkg/typedef/typedef_test.go#L139
Error return value of `typ.CQLPretty` is not checked (errcheck)
Lint Test and Build: pkg/typedef/typedef_test.go#L148
Error return value of `t.CQLPretty` is not checked (errcheck)
Lint Test and Build: pkg/typedef/typedef_test.go#L167
Error return value is not checked (errcheck)
Lint Test and Build: pkg/typedef/types.go#L157
Error return value of `mt.KeyType.CQLPretty` is not checked (errcheck)
Lint Test and Build: pkg/typedef/types.go#L159
Error return value of `mt.ValueType.CQLPretty` is not checked (errcheck)
Lint Test and Build: pkg/typedef/udt.go#L69
Error return value of `v.CQLPretty` is not checked (errcheck)
Lint Test and Build
Process completed with exit code 2.