feat: Event sender engine #501
Annotations
1 error and 11 warnings
GitHub Action for SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L29
Identifier Name Violation: Variable name 'SEND_SIG' should only contain alphanumeric and other allowed characters (identifier_name)
|
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:
Sources/Confidence/EventSenderEngine.swift#L68
Multiline Function Chains Violation: Chained function calls should be either on the same line, or one per line (multiline_function_chains)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L87
Multiline Function Chains Violation: Chained function calls should be either on the same line, or one per line (multiline_function_chains)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L52
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L60
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L61
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L65
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L70
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L57
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L67
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L85
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
Loading