Skip to content

Merge branch 'master' into ext-mouse #1775

Merge branch 'master' into ext-mouse

Merge branch 'master' into ext-mouse #1775

Triggered via push November 15, 2023 18:13
Status Success
Total duration 31s
Artifacts

lint-soft.yml

on: push
lint-soft
20s
lint-soft
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
lint-soft: mouse.go#L48
`if m.Button == MouseButtonNone` has complex nested blocks (complexity: 6) (nestif)
lint-soft: 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)
lint-soft: mouse.go#L175
mnd: Magic number: 5, in <condition> detected (gomnd)
lint-soft: key.go#L610
mnd: Magic number: 3, in <operation> detected (gomnd)
lint-soft: mouse.go#L183
variable 'release' is only used in the if-statement (mouse.go:188:2); consider using short syntax (ifshort)
lint-soft: key.go#L622
naked return in func `detectOneMsg` with 87 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