Skip to content

chore(license): update source code headers + copyright year #151

chore(license): update source code headers + copyright year

chore(license): update source code headers + copyright year #151

Triggered via pull request September 22, 2023 16:07
Status Success
Total duration 1m 11s
Artifacts

reviewdog.yml

on: pull_request
diff-review
50s
diff-review
full-review
56s
full-review
Fit to window
Zoom out
Zoom in

Annotations

6 errors
diff-review: 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)
diff-review: cmd/vela-slack/plugin.go#L9
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)
diff-review: 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)
full-review: 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)
full-review: cmd/vela-slack/plugin.go#L9
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)
full-review: 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)