Merge branch 'develop' into feature/web2app #1778
package-swiftlint.yml
on: push
Package-SwiftLint
31s
Annotations
9 warnings
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/Debug/DebugViewController.swift#L228
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)
|
Package-SwiftLint:
Sources/SuperwallKit/StoreKit/Transactions/TransactionManager.swift#L247
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
Package-SwiftLint:
Sources/SuperwallKit/StoreKit/Transactions/TransactionManager.swift#L242
Superfluous Disable Command Violation: SwiftLint rule 'trailing_closure' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
Package-SwiftLint:
Sources/SuperwallKit/Network/Custom URL Session/CustomURLSession.swift#L106
Optional Data -> String Conversion Violation: Prefer failable `String(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|
Package-SwiftLint:
Sources/SuperwallKit/Web/WebEntitlementRedeemer.swift#L64
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)
|