docs: add AGENTS.md for agentic coding guidelines (#142) #55
Annotations
1 error, 13 warnings, and 1 notice
|
build
error: The specified item could not be found in the keychain.
|
|
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)
|
|
build:
MiniSimTests/DeviceDiscoveryTests.swift#L56
code after 'throw' will never be executed
|
|
build:
MiniSimTests/AppleUtilsTests.swift#L12
class 'MockNSRunningApplication' must restate inherited '@unchecked Sendable' conformance
|
|
build:
MiniSimTests/AppleUtilsTests.swift#L12
class 'MockNSRunningApplication' must restate inherited '@unchecked Sendable' conformance
|
|
test
testIOSDeviceDiscoveryCommands on 'My Mac - MiniSim (6303)' (0.002 seconds)
|