feat: Event Uploader #543
Annotations
1 error and 12 warnings
Tests
Process completed with exit code 65.
|
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/.
|
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:
Sources/Confidence/EventSenderEngine.swift#L99
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L101
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L103
Indentation Width Violation: Code should be unindented by multiples of one tab or multiples of 4 spaces (indentation_width)
|
SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L105
Indentation Width Violation: Code should be unindented by multiples of one tab or multiples of 4 spaces (indentation_width)
|
SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L69
Multiline Function Chains Violation: Chained function calls should be either on the same line, or one per line (multiline_function_chains)
|
SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L86
Multiline Function Chains Violation: Chained function calls should be either on the same line, or one per line (multiline_function_chains)
|
SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L53
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L61
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L62
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L66
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|