CI: update reviewdog warning linter job #13708
reviewdog.yml
on: pull_request
reviewdog-errors
2m 26s
reviewdog-warnings
2m 58s
reviewdog-shellcheck
12s
Annotations
3 errors and 1 warning
reviewdog-warnings:
data/transactions/logic/assembler.go#L2272
G602: slice index out of range (gosec)
|
reviewdog-warnings:
data/transactions/logic/assembler.go#L2272
[Lint Warnings] reported by reviewdog 🐶
G602: slice index out of range (gosec)
Raw Output:
data/transactions/logic/assembler.go:2272:16: G602: slice index out of range (gosec)
return tokens[1].errorf("macro expansion cycle discovered: %s", strings.Join(found, " -> "))
^
|
reviewdog-warnings
Process completed with exit code 1.
|
reviewdog-warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|