Skip to content

Test checkstyle format for yellow warnings #1871

Test checkstyle format for yellow warnings

Test checkstyle format for yellow warnings #1871

Re-run triggered April 26, 2024 15:43
Status Success
Total duration 1m 8s
Artifacts

reviewdog.yml

on: pull_request
reviewdog-errors
49s
reviewdog-errors
reviewdog-warnings
57s
reviewdog-warnings
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
reviewdog-errors
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/[email protected], reviewdog/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
reviewdog-warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
reviewdog-warnings: config/datadir.go#L5
[Lint Warnings] reported by reviewdog 🐶 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. Raw Output: config/datadir.go:5:2: warning: 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)
reviewdog-warnings: util/util.go#L7
[Lint Warnings] reported by reviewdog 🐶 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. Raw Output: util/util.go:7:2: warning: 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)