Skip to content

Decompose Nearby Device Row #140

Decompose Nearby Device Row

Decompose Nearby Device Row #140

Triggered via pull request November 17, 2024 11:44
Status Failure
Total duration 34s
Artifacts

pull_request.yml

on: pull_request
REUSE Compliance Check  /  REUSE Compliance Check
9s
REUSE Compliance Check / REUSE Compliance Check
SwiftLint  /  SwiftLint
10s
SwiftLint / SwiftLint
Markdown Link Check  /  markdown_link_check
24s
Markdown Link Check / markdown_link_check
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
SwiftLint / SwiftLint: Sources/SpeziDevicesUI/Scanning/ListInfoButton.swift#L12
Todo Violation: TODOs should be resolved (move to SpeziViews!) (todo)
SwiftLint / SwiftLint: Sources/SpeziDevicesUI/Scanning/NearbyDeviceRow.swift#L100
Closure Body Length Violation: Closure body should span 35 lines or less excluding comments and whitespace: currently spans 37 lines (closure_body_length)
SwiftLint / SwiftLint: Sources/SpeziDevicesUI/Scanning/NearbyDeviceRow.swift#L125
Operator Usage Whitespace Violation: Operators should be surrounded by a single whitespace when they are being used (operator_usage_whitespace)
SwiftLint / SwiftLint: Sources/SpeziDevicesUI/Scanning/NearbyDeviceRow.swift#L137
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
SwiftLint / SwiftLint: Sources/SpeziDevicesUI/Scanning/NearbyDeviceRow.swift#L139
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
SwiftLint / SwiftLint: Sources/SpeziOmron/Model/OmronManufacturerData.swift#L107
Function Default Parameter at End Violation: Prefer to locate parameters with defaults toward the end of the parameter list (function_default_parameter_at_end)
SwiftLint / SwiftLint: Sources/SpeziOmron/Model/OmronManufacturerData.swift#L110
Function Default Parameter at End Violation: Prefer to locate parameters with defaults toward the end of the parameter list (function_default_parameter_at_end)
SwiftLint / SwiftLint: Sources/SpeziOmron/Model/OmronManufacturerData.swift#L106
Superfluous Disable Command Violation: SwiftLint rule 'function_default_parameter_at_end' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
Markdown Link Check / markdown_link_check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/