Skip to content

Decryption Working #136

Decryption Working

Decryption Working #136

Triggered via push August 11, 2023 15:39
Status Failure
Total duration 46s
Artifacts

swiftlint.yml

on: push
SwiftLint
37s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
SwiftLint: Sources/NostrSDK/DirectMessageEncrypting.swift#L139
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: Sources/NostrSDK/DirectMessageEncrypting.swift#L141
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: Sources/NostrSDK/DirectMessageEncrypting.swift#L98
Comma Spacing Violation: There should be no space before and one after any comma (comma)
SwiftLint: Sources/NostrSDK/DirectMessageEncrypting.swift#L98
Comma Spacing Violation: There should be no space before and one after any comma (comma)
SwiftLint: Sources/NostrSDK/DirectMessageEncrypting.swift#L98
Comma Spacing Violation: There should be no space before and one after any comma (comma)
SwiftLint: Sources/NostrSDK/DirectMessageEncrypting.swift#L98
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
SwiftLint: Sources/NostrSDK/DirectMessageEncrypting.swift#L111
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
SwiftLint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/