Tests FHIRResource
and its extensions
#61
Annotations
8 errors and 1 warning
SwiftLint:
Tests/SpeziFHIRTests/FHIRResourceTests.swift#L354
Convenience Type Violation: Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)
|
SwiftLint:
Tests/SpeziFHIRTests/FHIRResourceTests.swift#L589
Convenience Type Violation: Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)
|
SwiftLint:
Tests/SpeziFHIRTests/FHIRResourceTests.swift#L664
File Length Violation: File should contain 500 lines or less: currently contains 664 (file_length)
|
SwiftLint:
Tests/SpeziFHIRTests/FHIRResourceTests.swift#L14
File Types Order Violation: A 'main_type' should not be placed amongst the file type(s) 'supporting_type' (file_types_order)
|
SwiftLint:
Tests/SpeziFHIRTests/FHIRResourceTests.swift#L316
File Types Order Violation: An 'extension' should not be placed amongst the file type(s) 'supporting_type' (file_types_order)
|
SwiftLint:
Tests/SpeziFHIRTests/FHIRResourceTests.swift#L118
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
Tests/SpeziFHIRTests/FHIRResourceTests.swift#L145
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
Tests/SpeziFHIRTests/FHIRResourceTests.swift#L316
No Extension Access Modifier Violation: Prefer not to use extension access modifiers (no_extension_access_modifier)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading