chore: updated template files #3
Annotations
10 errors and 1 warning
lint:
keyboard_test.go#L13
Error return value of `keyboard.SimulateKeyPress` is not checked (errcheck)
|
lint:
keyboard_test.go#L14
Error return value of `keyboard.SimulateKeyPress` is not checked (errcheck)
|
lint:
keyboard_test.go#L15
Error return value of `keyboard.SimulateKeyPress` is not checked (errcheck)
|
lint:
keyboard_test.go#L24
missing cases in switch of type keys.KeyCode: keys.Null|keys.CtrlAt, keys.Break|keys.CtrlC, keys.Backspace|keys.CtrlQuestionMark, keys.Tab|keys.CtrlI, keys.Esc|keys.Escape|keys.CtrlOpenBracket, keys.CtrlA, keys.CtrlB, keys.CtrlD, keys.CtrlE, keys.CtrlF, keys.CtrlG, keys.CtrlH, keys.CtrlJ, keys.CtrlK, keys.CtrlL, keys.CtrlN, keys.CtrlO, keys.CtrlP, keys.CtrlQ, keys.CtrlR, keys.CtrlS, keys.CtrlT, keys.CtrlU, keys.CtrlV, keys.CtrlW, keys.CtrlX, keys.CtrlY, keys.CtrlZ, keys.CtrlBackslash, keys.CtrlCloseBracket, keys.CtrlCaret, keys.CtrlUnderscore, keys.Up, keys.Down, keys.Right, keys.Left, keys.ShiftTab, keys.Home, keys.End, keys.PgUp, keys.PgDown, keys.Delete, keys.Space, keys.CtrlUp, keys.CtrlDown, keys.CtrlRight, keys.CtrlLeft, keys.ShiftUp, keys.ShiftDown, keys.ShiftRight, keys.ShiftLeft, keys.CtrlShiftUp, keys.CtrlShiftDown, keys.CtrlShiftLeft, keys.CtrlShiftRight, keys.F1, keys.F2, keys.F3, keys.F4, keys.F5, keys.F6, keys.F7, keys.F8, keys.F9, keys.F10, keys.F11, keys.F12, keys.F13, keys.F14, keys.F15, keys.F16, keys.F17, keys.F18, keys.F19, keys.F20 (exhaustive)
|
lint:
keyboard_test.go#L30
return with no blank line before (nlreturn)
|
lint:
keyboard_test.go#L34
return with no blank line before (nlreturn)
|
lint:
keyboard_test.go#L38
return with no blank line before (nlreturn)
|
lint:
keyboard_test.go#L11
Function TestMocking missing the call to method parallel
|
lint:
keyboard_test.go#L42
assignments should only be cuddled with other assignments (wsl)
|
lint:
keyboard_test.go#L26
case block should end with newline at this size (wsl)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|