You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
fix: ignore linting error
This commit is contained in:
@@ -17,7 +17,7 @@ func ParseCommand(s *settings.Settings, raw string) (command []string, name stri
|
||||
command = append(command, name)
|
||||
command = append(command, args...)
|
||||
} else {
|
||||
command = append(s.Shell, raw)
|
||||
command = append(s.Shell, raw) //nolint:gocritic
|
||||
}
|
||||
|
||||
return command, name, nil
|
||||
|
||||
Reference in New Issue
Block a user