Skip to content

Update dependencies declared in Podfile and Package.swift #2493

Update dependencies declared in Podfile and Package.swift

Update dependencies declared in Podfile and Package.swift #2493

Triggered via pull request September 13, 2024 14:40
Status Success
Total duration 43s
Artifacts

swiftlint.yml

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

Annotations

4 warnings
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)
SwiftLint: GliaWidgets/Public/Glia/Glia.swift#L176
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)