Create interface for resuming call visualizer #2889
Annotations
7 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
GitHub Action for SwiftLint:
GliaWidgets/Sources/ViewController/Chat/ChatViewController.swift#L4
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 251 lines (type_body_length)
|
GitHub Action for SwiftLint:
GliaWidgets/Sources/ViewModel/Chat/Data/Gva.swift#L93
Optional Data -> String Conversion Violation: Prefer failable `String(bytes: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(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|
GitHub Action for SwiftLint:
GliaWidgets/Public/Glia/Glia.swift#L198
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
GitHub Action for SwiftLint:
GliaWidgets/Public/Glia/Glia.swift#L198
Function Body Length Violation: Function body should span 60 lines or less excluding comments and whitespace: currently spans 75 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