Skip to content

Merge branch 'feat-nuget-merge' into v3 #440

Merge branch 'feat-nuget-merge' into v3

Merge branch 'feat-nuget-merge' into v3 #440

Triggered via push July 25, 2024 06:52
Status Failure
Total duration 47s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
lint: module/nuget/nuget_utils.go#L23
Error return value of `filepath.Walk` is not checked (errcheck)
lint: module/nuget/nuget_utils.go#L43
Error return value of `filepath.Walk` is not checked (errcheck)
lint: module/nuget/nuget_utils.go#L17
func `checkNugetCommand` is unused (unused)
lint: module/nuget/nuget_utils.go#L21
func `findCLN` is unused (unused)
lint: module/nuget/nuget_cmd_build.go#L55
lostcancel: the cancel function returned by context.WithTimeout should be called, not discarded, to avoid a context leak (govet)
lint: module/nuget/nuget_scanf_csproj.go#L7
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)
lint
issues found
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/