Query Property Wrappers, HealthChart, and Other Refactoring #103
Annotations
10 errors
SwiftLint:
Tests/UITests/TestApp/SamplesQueriesView.swift#L10
Sorted Imports Violation: Imports should be sorted (sorted_imports)
|
SwiftLint:
Tests/UITests/TestAppUITests/SpeziHealthKitTests.swift#L248
Fatal Error Message Violation: A fatalError call should have a message (fatal_error_message)
|
SwiftLint:
Tests/UITests/TestAppUITests/SpeziHealthKitTests.swift#L28
Line Length Violation: Line should be 150 characters or less; currently it has 181 characters (line_length)
|
SwiftLint:
Tests/UITests/TestAppUITests/SpeziHealthKitTests.swift#L28
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)
|
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)
|
SwiftLint:
Tests/UITests/TestApp/HealthKitStore.swift#L32
Force Try Violation: Force tries should be avoided (force_try)
|
SwiftLint:
Tests/UITests/TestApp/HealthKitStore.swift#L22
Todo Violation: TODOs should be resolved (what does this do exactly?) (todo)
|
SwiftLint:
Tests/UITests/TestApp/HealthKitStore.swift#L23
Todo Violation: TODOs should be resolved (rename to disableBackgroundPer...) (todo)
|
SwiftLint:
Tests/UITests/TestApp/HealthKitStore.swift#L87
Vertical Whitespace Violation: Limit vertical whitespace to maximum 2 empty lines; currently 3 (vertical_whitespace)
|
SwiftLint:
Tests/SpeziHealthKitTests/MockQueryResults.swift#L16
File Types Order Violation: A 'main_type' should not be placed amongst the file type(s) 'supporting_type' (file_types_order)
|
Loading