feat: add preference option to change MiniSim icon #52
Annotations
10 warnings
SwiftLint:
MiniSimTests/DeviceParserTests.swift#L136
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
SwiftLint:
MiniSim/AppleScript Commands/NSScriptCommand+utils.swift#L23
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
SwiftLint:
MiniSim/Model/Platform.swift#L15
Todo Violation: TODOs should be resolved (Remove this type during migrat...) (todo)
|
SwiftLint:
MiniSim/MiniSim.swift#L106
Line Length Violation: Line should be 120 characters or less; currently it has 132 characters (line_length)
|
SwiftLint:
MiniSim/MiniSim.swift#L107
Line Length Violation: Line should be 120 characters or less; currently it has 125 characters (line_length)
|
SwiftLint:
MiniSim/Extensions/MenuIcons.swift#L5
Redundant String Enum Value Violation: String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
|
SwiftLint:
MiniSim/Extensions/MenuIcons.swift#L6
Redundant String Enum Value Violation: String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
|
SwiftLint:
MiniSim/Extensions/MenuIcons.swift#L7
Redundant String Enum Value Violation: String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
|
SwiftLint:
MiniSim/Service/DeviceService.swift#L283
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
SwiftLint:
MiniSim/Service/DeviceService.swift#L423
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 15 (cyclomatic_complexity)
|