Skip to content

Fix Encryption Error #134

Fix Encryption Error

Fix Encryption Error #134

Triggered via push August 11, 2023 04:55
Status Failure
Total duration 45s
Artifacts

swiftlint.yml

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

Annotations

6 errors and 1 warning
SwiftLint: Sources/NostrSDK/DirectMessageEncrypting.swift#L94
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#L96
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#L44
Comma Spacing Violation: There should be no space before and one after any comma (comma)
SwiftLint: Sources/NostrSDK/DirectMessageEncrypting.swift#L44
Comma Spacing Violation: There should be no space before and one after any comma (comma)
SwiftLint: Sources/NostrSDK/DirectMessageEncrypting.swift#L44
Comma Spacing Violation: There should be no space before and one after any comma (comma)
SwiftLint: Sources/NostrSDK/DirectMessageEncrypting.swift#L44
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
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/