Chore: nolint comment for nonvalid issues

This commit is contained in:
Grail Finder
2025-05-19 10:45:26 +03:00
parent 94df5b830c
commit 8b9a33d330
3 changed files with 3 additions and 3 deletions

View File

@@ -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