Skip to content

feat: Add tictactoe AI mode (#15) #3

feat: Add tictactoe AI mode (#15)

feat: Add tictactoe AI mode (#15) #3

Triggered via push January 18, 2025 18:16
Status Failure
Total duration 33s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: internal/app/tictactoe/engine/engine_test.go#L65
Error return value of `board.Load` is not checked (errcheck)
lint: internal/app/tictactoe/engine/engine_test.go#L88
Error return value of `board.SetCell` is not checked (errcheck)
lint: internal/app/tictactoe/engine/engine_test.go#L89
Error return value of `board.SetCell` is not checked (errcheck)
lint: internal/app/tictactoe/engine/engine_test.go#L90
Error return value of `board.SetCell` is not checked (errcheck)
lint: internal/app/tictactoe/engine/mcts.go#L137
Error return value of `n.engine.PlayMove` is not checked (errcheck)
lint: internal/app/tictactoe/engine/mcts.go#L159
Error return value of `n.engine.PlayMove` is not checked (errcheck)
lint: internal/app/tictactoe/engine/model.go#L123
Error return value of `g.engine.PlayMove` is not checked (errcheck)
lint: internal/app/tictactoe/engine/model.go#L161
Error return value of `g.engine.PlayMove` is not checked (errcheck)
lint: internal/app/maze/mazegenerator/model.go#L53
ifElseChain: rewrite if-else to switch statement (gocritic)
lint: internal/app/maze/mazegenerator/model.go#L32
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636