Skip to content

Merge pull request #125 from gofiber/codex/2025-07-09-07-14-27 #341

Merge pull request #125 from gofiber/codex/2025-07-09-07-14-27

Merge pull request #125 from gofiber/codex/2025-07-09-07-14-27 #341

Triggered via push July 9, 2025 13:24
Status Success
Total duration 37s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golint: cmd/internal/task.go#L40
SA1019: spinner.Tick is deprecated: Use [Model.Tick] instead. (staticcheck)
golint: cmd/internal/task.go#L22
SA1019: spinner.NewModel is deprecated: use [New] instead. (staticcheck)
golint: cmd/internal/prompt.go#L59
SA1019: p.p.Start is deprecated: please use [Program.Run] instead. (staticcheck)
golint: cmd/internal/prompt.go#L25
SA1019: input.NewModel is deprecated: Use [New] instead. (staticcheck)
golint: cmd/internal/cmd.go#L143
SA1019: t.p.Start is deprecated: please use [Program.Run] instead. (staticcheck)
golint: cmd/internal/cmd.go#L79
ST1005: error strings should not end with punctuation or newlines (staticcheck)
golint: cmd/internal/cmd.go#L54
SA1019: spinner.Tick is deprecated: Use [Model.Tick] instead. (staticcheck)
golint: cmd/internal/cmd.go#L32
SA1019: spinner.NewModel is deprecated: use [New] instead. (staticcheck)
golint: cmd/helpers.go#L86
QF1004: could use bytes.ReplaceAll instead (staticcheck)
golint: cmd/dev.go#L8
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)