1️⃣ improve sudoku #2984
check.yml
on: push
Fix stupid mistakes
2m 58s
mypy
3m 42s
Flake8
13s
Pylint
4m 50s
Bandit
10s
ESLint
2m 32s
tsc
17s
ShellCheck
3s
Annotations
4 errors
ESLint:
an_website/emoji_chat/chat.ts#L66
Using the spread operator on a string can cause unexpected behavior. Prefer `.split('')` instead
|
ESLint:
an_website/hangman_solver/hangman_solver.ts#L126
Using the spread operator on a string can cause unexpected behavior. Prefer `.split('')` instead
|
ESLint:
an_website/hangman_solver/hangman_solver.ts#L180
Using the spread operator on a string can cause unexpected behavior. Prefer `.split('')` instead
|
ESLint
Process completed with exit code 1.
|