feat: rewrite of Device Service #21
Annotations
1 error and 12 warnings
MiniSim/Views/About.swift#L14
Attribute Name Spacing Violation: Attribute declarations with arguments must not have trailing trivia (attribute_name_spacing)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
MiniSim/AppleScript Commands/GetDevicesCommand.swift#L24
Line Length Violation: Line should be 120 characters or less; currently it has 131 characters (line_length)
|
MiniSim/AppleScript Commands/LaunchDeviceCommand.swift#L21
Line Length Violation: Line should be 120 characters or less; currently it has 123 characters (line_length)
|
MiniSim/Views/About.swift#L61
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
MiniSim/Menu.swift#L12
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 254 lines (type_body_length)
|
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)
|
MiniSim/Service/AppleUtils.swift#L3
Convenience Type Violation: Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)
|
MiniSim/Service/CustomCommandService.swift#L3
Convenience Type Violation: Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)
|
MiniSim/Model/Platform.swift#L15
Todo Violation: TODOs should be resolved (Remove this type during migrat...) (todo)
|
MiniSimTests/DeviceParserTests.swift#L186
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 69 lines (function_body_length)
|
MiniSimTests/DeviceParserTests.swift#L4
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 265 lines (type_body_length)
|
This job failed
Loading