fix: remove unsupported golangci-lint v2 config options #17
Annotations
10 errors and 1 warning
|
golangci-lint:
workspace/workspace_test.go#L95
Error return value of `os.WriteFile` is not checked (errcheck)
|
|
golangci-lint:
workspace/workspace_test.go#L94
Error return value of `os.MkdirAll` is not checked (errcheck)
|
|
golangci-lint:
workspace/workspace_test.go#L93
Error return value of `os.MkdirAll` is not checked (errcheck)
|
|
golangci-lint:
workspace/workspace.go#L627
Error return value of `dst.Close` is not checked (errcheck)
|
|
golangci-lint:
workspace/workspace.go#L621
Error return value of `rc.Close` is not checked (errcheck)
|
|
golangci-lint:
workspace/workspace.go#L340
Error return value of `file.Close` is not checked (errcheck)
|
|
golangci-lint:
workspace/workspace.go#L122
Error return value of `file.Close` is not checked (errcheck)
|
|
golangci-lint:
workspace/webfetch.go#L47
Error return value of `resp.Body.Close` is not checked (errcheck)
|
|
golangci-lint:
cmd/main.go#L156
Error return value of `client.Close` is not checked (errcheck)
|
|
golangci-lint:
ws/client.go#L93
response body must be closed (bodyclose)
|
|
golangci-lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|