feat: add EventStorage #458
Annotations
2 errors and 12 warnings
SwiftLint:
Sources/Confidence/EventStorage.swift#L12
Identifier Name Violation: Variable name 'EVENT_WRITE_DELIMITER' should only contain alphanumeric and other allowed characters (identifier_name)
|
SwiftLint:
Sources/Confidence/EventStorage.swift#L13
Identifier Name Violation: Variable name 'READY_TO_SEND_EXTENSION' should only contain alphanumeric and other allowed characters (identifier_name)
|
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#L80
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
SwiftLint:
Sources/Confidence/EventStorage.swift#L44
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
|
SwiftLint:
Sources/Confidence/EventStorage.swift#L16
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
Sources/Confidence/EventStorage.swift#L17
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
Sources/Confidence/EventStorage.swift#L27
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
Sources/Confidence/EventStorage.swift#L45
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
|
SwiftLint:
Sources/Confidence/EventStorage.swift#L16
Redundant Type Annotation Violation: Variables should not have redundant type annotation (redundant_type_annotation)
|
SwiftLint:
Sources/Confidence/EventStorage.swift#L17
Redundant Type Annotation Violation: Variables should not have redundant type annotation (redundant_type_annotation)
|
SwiftLint:
Sources/Confidence/EventStorage.swift#L104
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
SwiftLint:
Sources/Confidence/EventStorage.swift#L33
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
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/.
|