Skip to content

Feat/tofiles

Feat/tofiles #97

Triggered via pull request August 11, 2023 18:49
@bashbunnibashbunni
synchronize #32
feat/tofiles
Status Failure
Total duration 46s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 11 warnings
lint: main.go#L97
Error return value of `f.Close` is not checked (errcheck)
lint: model.go#L36
field `projects` is unused (unused)
lint: entry.go#L74
unusedresult: result of fmt.Errorf call not used (govet)
lint: main.go#L83
ineffectual assignment to projects (ineffassign)
lint: main.go#L102
SA1019: p.Start is deprecated: please use [Program.Run] instead. (staticcheck)
lint: model.go#L52
SA1019: list.NewModel is deprecated: use [New] instead. (staticcheck)
lint
issues found
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: main.go#L90
exported: exported function StartTea should have comment or be unexported (revive)
lint: project.go#L15
exported: exported function NewProject should have comment or be unexported (revive)
lint: model.go#L28
exported: exported var WindowSize should have comment or be unexported (revive)
lint: project.go#L63
exported: exported method Project.Description should have comment or be unexported (revive)
lint: project.go#L64
exported: exported method Project.FilterValue should have comment or be unexported (revive)
lint: entry.go#L19
exported: exported type Entry should have comment or be unexported (revive)
lint: entry.go#L26
exported: exported function InitEntry should have comment or be unexported (revive)
lint: entry.go#L95
exported: exported method Entry.Update should have comment or be unexported (revive)
lint: entry.go#L131
exported: exported method Entry.View should have comment or be unexported (revive)