Skip to content

feat: bump packages #35

feat: bump packages

feat: bump packages #35

Triggered via pull request July 16, 2024 18:40
Status Success
Total duration 40s
Artifacts

swiftlint.yml

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

Annotations

6 warnings
SwiftLint: MiniSim/Model/Platform.swift#L15
Todo Violation: TODOs should be resolved (Remove this type during migrat...) (todo)
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/Service/DeviceService.swift#L308
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
SwiftLint: MiniSim/Service/DeviceService.swift#L455
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 15 (cyclomatic_complexity)
SwiftLint: MiniSim/Service/DeviceService.swift#L515
File Length Violation: File should contain 400 lines or less: currently contains 515 (file_length)
SwiftLint: MiniSim/Service/DeviceService.swift#L455
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 51 lines (function_body_length)