Skip to content

Add Engagement Launcher interface and getter from Glia #2523

Add Engagement Launcher interface and getter from Glia

Add Engagement Launcher interface and getter from Glia #2523

Triggered via pull request September 26, 2024 12:18
Status Success
Total duration 46s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
32s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
SwiftLint: GliaWidgets/Public/Glia/Glia.swift#L180
Function Body Length Violation: Function body should span 60 lines or less excluding comments and whitespace: currently spans 63 lines (function_body_length)
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)
SwiftLint: GliaWidgets/Sources/EngagementLauncher/EngagementLauncher.swift#L7
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
SwiftLint: GliaWidgets/Sources/Theme/Theme.EntryWidget.swift#L24
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: GliaWidgets/Sources/EntryWidget/EntryWidget.swift#L89
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
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)
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)