summaryrefslogtreecommitdiff
path: root/tables.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-05-19 10:45:26 +0300
committerGrail Finder <wohilas@gmail.com>2025-05-19 10:45:26 +0300
commit8b9a33d3302ac7e094029556dcc718345afccc4c (patch)
tree4dec3637fc8999b5905ae62083b2ce77d284cd30 /tables.go
parent94df5b830c84d1fb570c85ec072d917ea4497d8c (diff)
Chore: nolint comment for nonvalid issues
Diffstat (limited to 'tables.go')
-rw-r--r--tables.go2
1 files changed, 1 insertions, 1 deletions
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