enhance: remote slack attachment #170
Annotations
10 errors
golangci-lint:
cmd/vela-slack/plugin_test.go#L119
Error return value of `w.Write` is not checked (errcheck)
|
golangci-lint:
cmd/vela-slack/plugin_test.go#L174
Error return value of `w.Write` is not checked (errcheck)
|
golangci-lint:
cmd/vela-slack/plugin_test.go#L208
Error return value of `w.Write` is not checked (errcheck)
|
golangci-lint:
cmd/vela-slack/plugin.go#L87
expressions should not be cuddled with declarations or returns (wsl)
|
golangci-lint:
cmd/vela-slack/plugin.go#L111
block should not end with a whitespace (or comment) (wsl)
|
golangci-lint:
cmd/vela-slack/plugin.go#L108
if statements should only be cuddled with assignments (wsl)
|
golangci-lint:
cmd/vela-slack/main.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)
|
golangci-lint:
cmd/vela-slack/main.go#L27
directive `// nolint: funlen // ignore length for main` should be written without leading space as `//nolint: funlen // ignore length for main` (nolintlint)
|
golangci-lint:
cmd/vela-slack/plugin_test.go#L119
Error return value of `w.Write` is not checked (errcheck)
|
golangci-lint:
cmd/vela-slack/plugin_test.go#L174
Error return value of `w.Write` is not checked (errcheck)
|
The logs for this run have expired and are no longer available.
Loading