Fix linter warnings

This commit is contained in:
Nindi Gill 2022-12-08 12:48:27 +11:00
parent a2b3412b14
commit 704e261d39
5 changed files with 5 additions and 8 deletions

View file

@ -13,8 +13,6 @@ class ShellExecutor: NSObject {
static var shared: ShellExecutor = ShellExecutor()
private var process: Process = Process()
// swiftlint:disable large_tuple
/// Executes custom shell commands.
///
/// - Parameters: