Test FHIRStore
#73
Annotations
6 errors
SwiftLint:
Sources/SpeziFHIR/FHIRStore.swift#L23
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|
SwiftLint:
Tests/SpeziFHIRTests/FHIRStore/FHIRStoreTests.swift#L15
Implicitly Unwrapped Optional Violation: Implicitly unwrapped optionals should be avoided when possible (implicitly_unwrapped_optional)
|
SwiftLint:
Tests/SpeziFHIRTests/FHIRStore/FHIRStoreObservationChangesTests.swift#L14
Superfluous Disable Command Violation: SwiftLint rule 'file_length' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
SwiftLint:
Tests/SpeziFHIRTests/FHIRStore/FHIRStoreObservationChangesTests.swift#L130
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 105 lines (function_body_length)
|
SwiftLint:
Tests/SpeziFHIRTests/FHIRStore/FHIRStoreObservationChangesTests.swift#L16
Implicitly Unwrapped Optional Violation: Implicitly unwrapped optionals should be avoided when possible (implicitly_unwrapped_optional)
|
SwiftLint
Process completed with exit code 2.
|
Loading