Skip to content

DeviceStateAccessor: fix incorrect initial parameter propagation; restore ability to connect to devices #386

DeviceStateAccessor: fix incorrect initial parameter propagation; restore ability to connect to devices

DeviceStateAccessor: fix incorrect initial parameter propagation; restore ability to connect to devices #386

Re-run triggered November 19, 2024 15:44
Status Failure
Total duration 52s
Artifacts

pull_request.yml

on: pull_request
REUSE Compliance Check  /  ...  /  REUSE Compliance Check
7s
REUSE Compliance Check / REUSE Compliance Check / REUSE Compliance Check
SwiftLint  /  ...  /  SwiftLint
11s
SwiftLint / SwiftLint / SwiftLint
Markdown Link Check  /  markdown_link_check
37s
Markdown Link Check / markdown_link_check
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziBluetooth/Modifier/ScanNearbyDevicesModifier.swift#L151
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 / SwiftLint: Sources/SpeziBluetooth/Modifier/ScanNearbyDevicesModifier.swift#L189
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 / SwiftLint: Sources/SpeziBluetooth/Modifier/ScanNearbyDevicesModifier.swift#L150
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)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziBluetooth/Modifier/ScanNearbyDevicesModifier.swift#L188
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)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziBluetooth/Modifier/AutoConnectModifier.swift#L33
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 / SwiftLint: Sources/SpeziBluetooth/Modifier/AutoConnectModifier.swift#L64
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 / SwiftLint: Sources/SpeziBluetooth/Modifier/AutoConnectModifier.swift#L32
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)
SwiftLint / SwiftLint / SwiftLint: Sources/SpeziBluetooth/Modifier/AutoConnectModifier.swift#L63
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/