mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-13 22:54:52 -04:00
Refactor Linter warnings
This commit is contained in:
parent
1688095e18
commit
a2b3412b14
4 changed files with 14 additions and 18 deletions
|
@ -8,9 +8,12 @@
|
|||
import Foundation
|
||||
|
||||
enum HelperToolCommandType: String, Codable {
|
||||
// swiftlint:disable redundant_string_enum_value
|
||||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case remove = "remove"
|
||||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case installer = "installer"
|
||||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case createinstallmedia = "createinstallmedia"
|
||||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case kill = "kill"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue