Skip to content

Update ESLint configuration and refactor game logic #16

Update ESLint configuration and refactor game logic

Update ESLint configuration and refactor game logic #16

Triggered via push November 2, 2025 15:33
Status Failure
Total duration 33s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
test
Process completed with exit code 1.
test: js/utils.js#L200
'WHITE' is not defined
test: js/utils.js#L200
'BLACK' is not defined
test: js/utils.js#L200
'WHITE' is not defined
test: js/board.js#L226
'setSelectedSquare' is defined but never used
test: js/board.js#L210
'delegateBoardClick' is defined but never used
test: js/board.js#L153
'updateBoardVisuals' is defined but never used
test: js/board.js#L39
'renderPieces' is defined but never used
test: js/board.js#L13
'createBoard' is defined but never used
test: js/ai.js#L151
'isMaximizingPlayer' is defined but never used. Allowed unused args must match /^_/u
test: js/ai.js#L151
'beta' is defined but never used. Allowed unused args must match /^_/u
test: js/ai.js#L151
'alpha' is defined but never used. Allowed unused args must match /^_/u
test: js/ai.js#L132
'currentTurn' is defined but never used. Allowed unused args must match /^_/u
test: js/ai.js#L132
'boardState' is defined but never used. Allowed unused args must match /^_/u