Skip to content

feat: luarocks

feat: luarocks #446

Triggered via push August 1, 2024 08:52
Status Failure
Total duration 3m 23s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lint: module/luarocks/parser/LuaLexerBase.go#L16
S1040: type assertion to the same type: l.GetInputStream() already has type antlr.CharStream (gosimple)
lint: module/luarocks/parser/LuaLexerBase.go#L76
S1040: type assertion to the same type: l.GetInputStream() already has type antlr.CharStream (gosimple)
lint: module/luarocks/parser/LuaLexerBase.go#L77
S1008: should use 'return cs.Index() == 1' instead of 'if cs.Index() == 1 { return true }; return false' (gosimple)
lint: module/pkgjs/error.go#L12
SA5007: infinite recursive call (staticcheck)
lint
issues found
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/