mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +00:00
chore(lint): fix and suppress all soft lint issues; update directives
This commit is contained in:
@@ -189,7 +189,7 @@ func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) {
|
||||
|
||||
// View renders the pagination to a string.
|
||||
func (m Model) View() string {
|
||||
switch m.Type {
|
||||
switch m.Type { //nolint:exhaustive
|
||||
case Dots:
|
||||
return m.dotsView()
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user