Skip to content

fix(textinput): make textinput.Model satisfy tea.Model interface #3

fix(textinput): make textinput.Model satisfy tea.Model interface

fix(textinput): make textinput.Model satisfy tea.Model interface #3

Triggered via push March 10, 2024 19:17
Status Success
Total duration 2m 34s
Artifacts

lint-soft.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint-soft: list/defaultitem.go#L1
: # github.com/charmbracelet/bubbles/list
lint-soft: list/list.go#L913
newFilterInputModel.Value undefined (type tea.Model has no field or method Value)
lint-soft: list/list.go#L914
cannot use newFilterInputModel (variable of type tea.Model) as textinput.Model value in assignment: need type assertion (typecheck)
lint-soft: progress/progress.go#L312
`inbetween` is a misspelling of `between` (misspell)
lint-soft: filepicker/filepicker.go#L389
`if m.selected == i` has complex nested blocks (complexity: 5) (nestif)
lint-soft: textinput/textinput.go#L671
`if pos < len(value)` has complex nested blocks (complexity: 6) (nestif)
lint-soft: textarea/textarea.go#L1085
`if m.ShowLineNumbers` has complex nested blocks (complexity: 8) (nestif)
lint-soft: textarea/textarea.go#L1315
`if spaces > 0` has complex nested blocks (complexity: 6) (nestif)
lint-soft: paginator/paginator.go#L169
missing cases in switch of type paginator.Type: paginator.Arabic (exhaustive)
lint-soft: viewport/viewport.go#L338
missing cases in switch of type tea.MouseButton: tea.MouseButtonNone, tea.MouseButtonLeft, tea.MouseButtonMiddle, tea.MouseButtonRight, tea.MouseButtonWheelLeft, tea.MouseButtonWheelRight, tea.MouseButtonBackward, tea.MouseButtonForward, tea.MouseButton10, tea.MouseButton11 (exhaustive)
lint-soft
Restore cache failed: Dependencies file is not found in /home/runner/work/bubbles/bubbles. Supported file pattern: go.sum