Skip to content

strconv: add tests and fuzzing #93

strconv: add tests and fuzzing

strconv: add tests and fuzzing #93

Triggered via push October 28, 2023 00:03
Status Failure
Total duration 32s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 4 warnings
lint: html/lex.go#L7
import 'github.com/tdewolff/parse/v2' is not allowed from list 'Main' (depguard)
lint: html/lex_test.go#L8
import 'github.com/tdewolff/parse/v2' is not allowed from list 'Main' (depguard)
lint: html/lex_test.go#L9
import 'github.com/tdewolff/test' is not allowed from list 'Main' (depguard)
lint: html/util_test.go#L6
import 'github.com/tdewolff/test' is not allowed from list 'Main' (depguard)
lint: js/ast.go#L39
Error return value of `w.Write` is not checked (errcheck)
lint: js/ast.go#L43
Error return value of `w.Write` is not checked (errcheck)
lint: js/ast.go#L149
Error return value of `w.Write` is not checked (errcheck)
lint: js/ast.go#L462
Error return value of `wi.Write` is not checked (errcheck)
lint: js/ast.go#L714
Error return value of `wi.Write` is not checked (errcheck)
lint: js/ast.go#L1607
Error return value of `wi.Write` is not checked (errcheck)
build: strconv/decimal_test.go#L51
undefined: testing.F
build: strconv/float_test.go#L118
undefined: testing.F
build: strconv/float_test.go#L135
undefined: testing.F
build: strconv/int_test.go#L56
undefined: testing.F
build: strconv/int_test.go#L104
undefined: testing.F
build: strconv/number_test.go#L66
undefined: testing.F
build: strconv/number_test.go#L82
undefined: testing.F
build
Process completed with exit code 2.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/