Skip to content

Commit 5c118ec

Browse files
committed
Proper nolint, whoops
1 parent ebdcc3a commit 5c118ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

table/row.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ func (r Row) WithStyle(style lipgloss.Style) Row {
5353
return r
5454
}
5555

56-
//nolint:cyclop // This has many ifs, but they're short
57-
//nolint:funlen // This function is just barely over the limit
56+
//nolint:cyclop,funlen // Breaking this up will be more complicated than it's worth for now
5857
func (m Model) renderRowColumnData(row Row, column Column, rowStyle lipgloss.Style, borderStyle lipgloss.Style) string {
5958
cellStyle := rowStyle.Copy().Inherit(column.style).Inherit(m.baseStyle)
6059

0 commit comments

Comments
 (0)