Merge branch 'v4' of https://github.com/superwall/Superwall-iOS into v4 #1702
package-swiftlint.yml
on: push
Package-SwiftLint
29s
Annotations
7 warnings
Package-SwiftLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Package-SwiftLint:
Sources/SuperwallKit/Paywall/View Controller/PaywallViewController.swift#L600
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
Package-SwiftLint:
Sources/SuperwallKit/Network/Custom URL Session/CustomURLSession.swift#L105
Optional Data -> String Conversion Violation: Prefer failable `String(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|
Package-SwiftLint:
Sources/SuperwallKit/Debug/DebugViewController.swift#L228
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
Package-SwiftLint:
Sources/SuperwallKit/Storage/Core Data/Managed Models/ManagedEventData.swift#L44
Static Over Final Class Violation: Prefer `static` over `class` in a final class (static_over_final_class)
|
Package-SwiftLint:
Sources/SuperwallKit/Storage/Core Data/Managed Models/ManagedTriggerRuleOccurrence.swift#L38
Static Over Final Class Violation: Prefer `static` over `class` in a final class (static_over_final_class)
|
Package-SwiftLint:
Sources/SuperwallKit/StoreKit/Transactions/Purchasing/StoreKit 1/ProductPurchaserSK1.swift#L208
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|