Query Property Wrappers, HealthChart, and Other Refactoring #115
Annotations
10 errors
SwiftLint:
Tests/UITests/TestAppUITests/SpeziHealthKitTests.swift#L189
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
|
SwiftLint:
Tests/UITests/TestAppUITests/SpeziHealthKitTests.swift#L195
Empty Count Violation: Prefer checking `isEmpty` over comparing `count` to zero (empty_count)
|
SwiftLint:
Tests/UITests/TestAppUITests/SpeziHealthKitTests.swift#L197
Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
|
SwiftLint:
Tests/UITests/TestAppUITests/SpeziHealthKitTests.swift#L207
Return Value from Void Function Violation: Returning values from Void functions should be avoided (return_value_from_void_function)
|
SwiftLint:
Tests/UITests/TestAppUITests/SpeziHealthKitTests.swift#L150
Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'type_alias,associated_type' (type_contents_order)
|
SwiftLint:
Tests/UITests/TestAppUITests/SpeziHealthKitTests.swift#L162
Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'type_alias,associated_type' (type_contents_order)
|
SwiftLint:
Tests/UITests/TestAppUITests/SpeziHealthKitTests.swift#L170
Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'type_alias,associated_type' (type_contents_order)
|
SwiftLint:
Tests/UITests/TestAppUITests/SpeziHealthKitTests.swift#L18
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|
SwiftLint:
Tests/UITests/TestApp/StatisticsQueryView.swift#L22
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
Tests/UITests/TestApp/HealthKitStore.swift#L17
File Types Order Violation: A 'main_type' should not be placed amongst the file type(s) 'supporting_type' (file_types_order)
|
Loading