Skip to content

feat: add EventStorage #490

feat: add EventStorage

feat: add EventStorage #490

Triggered via pull request April 9, 2024 12:48
Status Success
Total duration 4m 19s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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: Sources/Confidence/EventStorage.swift#L65
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
SwiftLint: Sources/Confidence/EventStorage.swift#L118
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
SwiftLint: Sources/Confidence/EventStorage.swift#L75
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
SwiftLint: Sources/Confidence/EventStorage.swift#L23
Line Length Violation: Line should be 120 characters or less; currently it has 134 characters (line_length)
SwiftLint: Sources/Confidence/EventStorage.swift#L142
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: Sources/Confidence/EventStorage.swift#L43
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Sources/Confidence/EventStorage.swift#L54
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Sources/Confidence/EventStorage.swift#L71
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
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)
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/.