test: fix typo #8
Annotations
7 errors and 2 warnings
golangci-lint:
mouse.go#L48
`if m.Button == MouseButtonNone` has complex nested blocks (complexity: 6) (nestif)
|
golangci-lint:
mouse.go#L291
missing cases in switch of type tea.MouseButton: tea.MouseButtonNone, tea.MouseButtonWheelUp, tea.MouseButtonWheelDown, tea.MouseButtonWheelLeft, tea.MouseButtonWheelRight, tea.MouseButton10, tea.MouseButton11 (exhaustive)
|
golangci-lint:
mouse.go#L175
mnd: Magic number: 5, in <condition> detected (gomnd)
|
golangci-lint:
key.go#L625
mnd: Magic number: 3, in <operation> detected (gomnd)
|
golangci-lint:
mouse.go#L183
variable 'release' is only used in the if-statement (mouse.go:188:2); consider using short syntax (ifshort)
|
golangci-lint:
key.go#L635
naked return in func `detectOneMsg` with 94 lines of code (nakedret)
|
golangci-lint:
key.go#L644
naked return in func `detectOneMsg` with 94 lines of code (nakedret)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
|
Install Go
Restore cache failed: Dependencies file is not found in /home/runner/work/bubbletea/bubbletea. Supported file pattern: go.sum
|
The logs for this run have expired and are no longer available.
Loading