feat: add EventStorage #544
Annotations
11 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:
Sources/Confidence/EventStorage.swift#L85
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventStorage.swift#L71
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventStorage.swift#L77
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventStorage.swift#L33
Line Length Violation: Line should be 120 characters or less; currently it has 131 characters (line_length)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventStorage.swift#L59
Line Length Violation: Line should be 120 characters or less; currently it has 126 characters (line_length)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventStorage.swift#L59
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventStorage.swift#L59
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventStorage.swift#L69
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventStorage.swift#L69
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventSenderEngine.swift#L99
Indentation Width Violation: Code should be indented using one tab or 4 spaces (indentation_width)
|
Loading