Add entry point for EntryWidget for Secure Conversation #2788
Annotations
7 warnings
GitHub Action for SwiftLint:
GliaWidgets/Sources/ViewModel/Chat/Data/Gva.swift#L93
Optional Data -> String Conversion Violation: Prefer failable `String(data:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|
GitHub Action for SwiftLint:
GliaWidgets/Sources/ViewModel/Chat/Data/Gva.swift#L112
Optional Data -> String Conversion Violation: Prefer failable `String(data:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|
GitHub Action for SwiftLint:
GliaWidgets/Sources/View/Chat/ChatStyle.Deprecated.swift#L117
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for SwiftLint:
GliaWidgets/Sources/View/Chat/ChatView.swift#L126
Function Body Length Violation: Function body should span 60 lines or less excluding comments and whitespace: currently spans 62 lines (function_body_length)
|
GitHub Action for SwiftLint:
GliaWidgets/Sources/View/Chat/SecureMessaging/TopBanner/SecureMessagingTopBannerViewStyle.RemoteConfig.swift#L30
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for SwiftLint:
GliaWidgets/Public/Glia/Glia.swift#L190
Function Body Length Violation: Function body should span 60 lines or less excluding comments and whitespace: currently spans 63 lines (function_body_length)
|
GitHub Action for SwiftLint:
GliaWidgets/Public/Glia/Glia.OpaqueAuthentication.swift#L73
Function Body Length Violation: Function body should span 60 lines or less excluding comments and whitespace: currently spans 68 lines (function_body_length)
|
Loading