Introduce DSL approach to model BL GATT devices #27
pull_request.yml
on: pull_request
REUSE Compliance Check
/
...
/
REUSE Compliance Check
11s
SwiftLint
/
...
/
SwiftLint
13s
Markdown Link Check
/
markdown_link_check
18s
Annotations
10 errors
SwiftLint / SwiftLint / SwiftLint:
Tests/SpeziBluetoothTests/ByteCodableTests.swift#L21
Empty XCTest Method Violation: Empty XCTest method should be avoided (empty_xctest_method)
|
SwiftLint / SwiftLint / SwiftLint:
Tests/SpeziBluetoothTests/ByteCodableTests.swift#L11
Sorted Imports Violation: Imports should be sorted (sorted_imports)
|
SwiftLint / SwiftLint / SwiftLint:
Tests/SpeziBluetoothTests/ByteCodableTests.swift#L28
Todo Violation: TODOs should be resolved (move this to a XCTBluetooth?) (todo)
|
SwiftLint / SwiftLint / SwiftLint:
Tests/SpeziBluetoothTests/ByteCodableTests.swift#L30
Todo Violation: TODOs should be resolved (a test identity starting from ...) (todo)
|
SwiftLint / SwiftLint / SwiftLint:
Tests/SpeziBluetoothTests/ByteCodableTests.swift#L27
Vertical Whitespace Violation: Limit vertical whitespace to maximum 2 empty lines; currently 3 (vertical_whitespace)
|
SwiftLint / SwiftLint / SwiftLint:
Tests/SpeziBluetoothTests/ByteCodableTests.swift#L22
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
SwiftLint / SwiftLint / SwiftLint:
Tests/SpeziBluetoothTests/ByteCodableTests.swift#L22
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|
SwiftLint / SwiftLint / SwiftLint:
Tests/UITests/TestApp/TestApp.swift#L16
Attributes Violation: Attributes with arguments or inside always_on_line_above must be on a new line instead of the same line (attributes)
|
SwiftLint / SwiftLint / SwiftLint:
Tests/UITests/TestApp/BluetoothManagerView.swift#L17
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 / SwiftLint:
Tests/UITests/TestApp/BluetoothManagerView.swift#L22
Operator Usage Whitespace Violation: Operators should be surrounded by a single whitespace when they are being used (operator_usage_whitespace)
|