Skip to content

build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 #576

build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0

build(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 #576

Triggered via pull request May 6, 2024 06:27
Status Failure
Total duration 3m 23s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
golangci: pkg/core/pcplayer/pc_player_engine.go#L85
commentFormatting: put a space between `//` and comment text (gocritic)
golangci: pkg/core/pcplayer/pc_player_engine.go#L117
commentFormatting: put a space between `//` and comment text (gocritic)
golangci: pkg/core/pcplayer/pc_player_engine.go#L126
commentFormatting: put a space between `//` and comment text (gocritic)
golangci: pkg/core/pcplayer/pc_player_engine.go#L131
commentFormatting: put a space between `//` and comment text (gocritic)
golangci: pkg/core/pcplayer/pc_player_engine.go#L139
commentFormatting: put a space between `//` and comment text (gocritic)
golangci: pkg/core/pcplayer/pc_player_engine.go#L160
commentFormatting: put a space between `//` and comment text (gocritic)
golangci: internal/terminalgame/gameimpl/game.go#L9
File is not `goimports`-ed with -local github.com/gucio321/tic-tac-go (goimports)
golangci: pkg/core/pcplayer/pc_player_engine.go#L136
line is 178 characters (lll)
golangci: pkg/core/pcplayer/pc_player_engine.go#L73
`writting` is a misspelling of `writing` (misspell)
golangci: pkg/core/pcplayer/pc_player_engine.go#L77
`theoritical` is a misspelling of `theoretical` (misspell)
golangci
Restore cache failed: Dependencies file is not found in /home/runner/work/tic-tac-go/tic-tac-go. Supported file pattern: go.sum
golangci: pkg/core/pcplayer/pc_player_engine.go#L18
exported: exported type AlgType should have comment or be unexported (revive)
golangci: pkg/core/pcplayer/pc_player_engine.go#L21
exported: exported const AlgOriginal should have comment (or a comment on this block) or be unexported (revive)
golangci: pkg/core/pcplayer/pc_player_engine.go#L111
receiver-naming: receiver name a should be consistent with previous receiver name p for PCPlayer (revive)