feat: add EventStorage #523
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#L71
Closure Spacing Violation: Closure expressions should have a single space inside each brace (closure_spacing)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventStorage.swift#L21
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
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 127 characters (line_length)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventStorage.swift#L59
Operator Usage Whitespace Violation: Operators should be surrounded by a single whitespace when they are being used (operator_usage_whitespace)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventStorage.swift#L16
Redundant Optional Initialization Violation: Initializing an optional variable with nil is redundant (redundant_optional_initialization)
|
GitHub Action for SwiftLint:
Sources/Confidence/EventStorage.swift#L17
Redundant Optional Initialization Violation: Initializing an optional variable with nil is redundant (redundant_optional_initialization)
|
Loading