1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-17 01:42:45 +02:00

Enable nolintlint linter, and fix warnings

This commit is contained in:
Stefan Haller
2025-06-30 10:40:02 +02:00
parent d9e299c1df
commit 1e92d8b7f3
5 changed files with 5 additions and 4 deletions

View File

@ -965,7 +965,7 @@ func (gui *Gui) runSubprocessWithSuspense(subprocess *oscommands.CmdObj) (bool,
return true, nil
}
func (gui *Gui) runSubprocess(cmdObj *oscommands.CmdObj) error { //nolint:unparam
func (gui *Gui) runSubprocess(cmdObj *oscommands.CmdObj) error {
gui.LogCommand(cmdObj.ToString(), true)
subprocess := cmdObj.GetCmd()