Skip to content

feat: add wezterm support #57

feat: add wezterm support

feat: add wezterm support #57

Triggered via pull request September 1, 2024 15:52
Status Success
Total duration 33s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
26s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

7 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/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#L421
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 15 (cyclomatic_complexity)
SwiftLint: MiniSim/Service/DeviceService.swift#L481
File Length Violation: File should contain 400 lines or less: currently contains 481 (file_length)
SwiftLint: MiniSim/Service/DeviceService.swift#L421
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 51 lines (function_body_length)