Merge branch 'develop' into v4-develop #1716
package-swiftlint.yml
on: push
Package-SwiftLint
29s
Annotations
10 warnings
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/Config/ConfigLogic.swift#L33
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
Package-SwiftLint:
Sources/SuperwallKit/Config/ConfigLogic.swift#L296
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
Package-SwiftLint:
Sources/SuperwallKit/Config/ConfigLogic.swift#L320
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
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/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/Paywall/Presentation/Internal/Operators/WaitForSubsStatusAndConfig.swift#L87
Line Length Violation: Line should be 120 characters or less; currently it has 123 characters (line_length)
|
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/StoreKit/Transactions/Purchasing/StoreKit 1/ProductPurchaserSK1.swift#L208
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|