feat: add option to hold shift when deleting simulators to skip alert #47
Annotations
1 error and 10 warnings
|
build
This request has been automatically failed because it uses a deprecated version of `actions/cache: v2`. Please update your workflow to use v3/v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
|
lint:
MiniSim/Service/ActionFactory.swift#L34
Line Length Violation: Line should be 120 characters or less; currently it has 136 characters (line_length)
|
|
lint:
MiniSim/Service/ActionFactory.swift#L9
Line Length Violation: Line should be 120 characters or less; currently it has 136 characters (line_length)
|
|
lint:
MiniSim/Service/ActionFactory.swift#L5
Line Length Violation: Line should be 120 characters or less; currently it has 122 characters (line_length)
|
|
lint:
MiniSim/Service/DeviceServiceFactory.swift#L3
Convenience Type Violation: Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)
|
|
lint:
MiniSim/Service/ActionExecutor.swift#L2
Sorted Imports Violation: Imports should be sorted (sorted_imports)
|
|
lint:
MiniSim/Model/Platform.swift#L15
Todo Violation: TODOs should be resolved (Remove this type during migrat...) (todo)
|
|
lint:
MiniSim/Menu.swift#L12
Type Body Length Violation: Class body should span 250 lines or less excluding comments and whitespace: currently spans 256 lines (type_body_length)
|
|
lint:
MiniSim/AppleScript Commands/GetDevicesCommand.swift#L24
Line Length Violation: Line should be 120 characters or less; currently it has 131 characters (line_length)
|
|
lint:
MiniSim/AppleScript Commands/LaunchDeviceCommand.swift#L21
Line Length Violation: Line should be 120 characters or less; currently it has 123 characters (line_length)
|
|
lint:
MiniSim/Views/About.swift#L61
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|