mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-13 22:54:52 -04:00
SwiftLint redundant_string_enum_value
This commit is contained in:
parent
86a4f0d2cf
commit
df4971edc2
3 changed files with 0 additions and 14 deletions
|
@ -6,14 +6,9 @@
|
|||
//
|
||||
|
||||
enum HelperToolCommandType: String, Codable {
|
||||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case remove
|
||||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case fileAttributes
|
||||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case installer
|
||||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case createinstallmedia
|
||||
// swiftlint:disable:next redundant_string_enum_value
|
||||
case kill
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue