Skip to content

Add safe integer conversion functions #324

Add safe integer conversion functions

Add safe integer conversion functions #324

Triggered via push September 8, 2024 13:24
Status Failure
Total duration 3m 8s
Artifacts

analysis.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Static-Check: io/cmd.go#L246
S1009: should omit nil check; len() for []string is defined as zero (gosimple)
Static-Check: io/cmd.go#L100
printf: non-constant format string in call to fmt.Fprintf (govet)
Static-Check: io/cmd.go#L113
printf: non-constant format string in call to fmt.Fprintf (govet)
Static-Check: unarchive/archive.go#L50
printf: non-constant format string in call to fmt.Errorf (govet)
Static-Check: unarchive/archive.go#L145
printf: non-constant format string in call to fmt.Errorf (govet)
Static-Check
issues found
Static-Check
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/