From 8b9a33d3302ac7e094029556dcc718345afccc4c Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 19 May 2025 10:45:26 +0300 Subject: Chore: nolint comment for nonvalid issues --- tables.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tables.go') diff --git a/tables.go b/tables.go index bd85356..5685929 100644 --- a/tables.go +++ b/tables.go @@ -165,7 +165,7 @@ func makeChatTable(chatMap map[string]models.Chat) *tview.Table { return chatActTable } -// func makeRAGTable(fileList []string) *tview.Table { +// nolint:unused func makeRAGTable(fileList []string) *tview.Flex { actions := []string{"load", "delete"} rows, cols := len(fileList), len(actions)+1 -- cgit v1.2.3