Skip to content

build(deps): bump toshimaru/auto-author-assign from 2.0.1 to 2.1.0 #558

build(deps): bump toshimaru/auto-author-assign from 2.0.1 to 2.1.0

build(deps): bump toshimaru/auto-author-assign from 2.0.1 to 2.1.0 #558

Triggered via pull request February 1, 2024 22:05
Status Failure
Total duration 2m 36s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3.7.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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)