Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit b76edd4

Browse files
andreyneringkujtimiihoxha
authored andcommitted
lint: fix unneeded lint comment
1 parent 474c085 commit b76edd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/tui/components/chat/editor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (m *editorCmp) openEditor() tea.Cmd {
9090
return util.ReportError(err)
9191
}
9292
tmpfile.Close()
93-
c := exec.Command(editor, tmpfile.Name()) //nolint:gosec
93+
c := exec.Command(editor, tmpfile.Name())
9494
c.Stdin = os.Stdin
9595
c.Stdout = os.Stdout
9696
c.Stderr = os.Stderr

0 commit comments

Comments
 (0)