refactor: Remove callbacks from HttpClient #391
Annotations
12 warnings
SwiftLint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
SwiftLint:
ConfidenceDemoApp/ConfidenceDemoAppTests/ConfidenceDemoTests.swift#L5
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
SwiftLint:
ConfidenceDemoApp/ConfidenceDemoAppTests/ConfidenceDemoTests.swift#L10
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
SwiftLint:
ConfidenceDemoApp/ConfidenceDemoAppUITests/ConfidenceDemoUITests.swift#L15
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
SwiftLint:
Sources/ConfidenceProvider/ConfidenceClient/RemoteConfidenceClient.swift#L41
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Sources/ConfidenceProvider/ConfidenceClient/RemoteConfidenceClient.swift#L50
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Sources/ConfidenceProvider/Http/NetworkClient.swift#L71
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
|
SwiftLint:
Sources/ConfidenceProvider/Http/NetworkClient.swift#L65
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
SwiftLint:
Tests/ConfidenceProviderTests/Helpers/HttpClientMock.swift#L22
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
SwiftLint:
Tests/ConfidenceProviderTests/FlagApplierWithRetriesTest.swift#L1
Blanket Disable Command Violation: The disabled 'type_body_length' rule should be re-enabled before the end of the file (blanket_disable_command)
|
SwiftLint:
Tests/ConfidenceProviderTests/ConfidenceFeatureProviderTest.swift#L1
Blanket Disable Command Violation: The disabled 'type_body_length' rule should be re-enabled before the end of the file (blanket_disable_command)
|
Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, webfactory/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|