build(deps): bump golang.org/x/image from 0.15.0 to 0.18.0 #582
Annotations
10 errors and 4 warnings
golangci:
internal/logger/logger.go#L9
don't use `init` function (init)
|
golangci:
internal/terminalgame/utils/utils.go#L35
emptyStringTest: replace `len(line) > 0` with `line != ""` (gocritic)
|
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
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)
|