docs: Add apply documentation note (#80) #419
Annotations
10 warnings
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/.
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoAppUITests/ConfidenceDemoUITests.swift#L15
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoAppTests/ConfidenceDemoTests.swift#L5
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
GitHub Action for SwiftLint:
ConfidenceDemoApp/ConfidenceDemoAppTests/ConfidenceDemoTests.swift#L10
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
GitHub Action for SwiftLint:
Sources/ConfidenceProvider/ConfidenceFeatureProvider.swift#L255
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
GitHub Action for SwiftLint:
Sources/ConfidenceProvider/ConfidenceFeatureProvider.swift#L254
Multiline Arguments Violation: Arguments should be either on the same line, or one per line (multiline_arguments)
|
GitHub Action for SwiftLint:
Sources/ConfidenceProvider/ConfidenceFeatureProvider.swift#L258
Statement Position Violation: Else and catch should be on the same line, one space after the previous declaration (statement_position)
|
GitHub Action for SwiftLint:
Sources/ConfidenceProvider/ConfidenceFeatureProvider.swift#L255
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for 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)
|
GitHub Action for 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)
|
Loading