feat(mouse): add extended mouse & shift key support #1705
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
5 errors and 1 warning
lint-soft:
mouse.go#L48
`if m.Button == MouseButtonNone` has complex nested blocks (complexity: 6) (nestif)
|
lint-soft:
mouse.go#L306
missing cases in switch of type tea.MouseButton: tea.MouseButtonNone, tea.MouseButtonWheelUp, tea.MouseButtonWheelDown, tea.MouseButtonWheelLeft, tea.MouseButtonWheelRight, tea.MouseButton10, tea.MouseButton11 (exhaustive)
|
lint-soft:
mouse.go#L190
mnd: Magic number: 5, in <condition> detected (gomnd)
|
lint-soft:
mouse.go#L198
variable 'release' is only used in the if-statement (mouse.go:203:2); consider using short syntax (ifshort)
|
lint-soft:
key.go#L596
naked return in func `detectOneMsg` with 76 lines of code (nakedret)
|
lint-soft
Restore cache failed: Dependencies file is not found in /home/runner/work/bubbletea/bubbletea. Supported file pattern: go.sum
|