Add support for sending date in evaluation context #246
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 6 warnings
Tests
Process completed with exit code 65.
|
SwiftLint:
Tests/ConfidenceProviderTests/Helpers/CacheDataUtility.swift#L7
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
SwiftLint:
Tests/ConfidenceProviderTests/Helpers/CacheDataUtility.swift#L12
Indentation Width Violation: Code should be unindented by multiples of one tab or multiples of 4 spaces (indentation_width)
|
SwiftLint:
Sources/ConfidenceProvider/ConfidenceFeatureProvider.swift#L9
Blanket Disable Command Violation: The disabled 'type_body_length' rule should be re-enabled before the end of the file (blanket_disable_command)
|
SwiftLint:
Sources/ConfidenceProvider/Cache/Models/FlagApply.swift#L7
Unneeded Synthesized Initializer Violation: This memberwise initializer would be synthesized automatically - you do not need to define it (unneeded_synthesized_initializer)
|
SwiftLint:
Sources/ConfidenceProvider/Cache/CacheDataActor.swift#L13
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
SwiftLint:
Tests/ConfidenceProviderTests/ConfidenceFeatureProviderTest.swift#L8
Blanket Disable Command Violation: The disabled 'type_body_length' rule should be re-enabled before the end of the file (blanket_disable_command)
|