Forces objective-c configured SDK's storekit version to sk1 #1638
Annotations
8 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
GitHub Action for 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)
|
GitHub Action for 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)
|
GitHub Action for SwiftLint:
Sources/SuperwallKit/StoreKit/Transactions/Purchasing/StoreKit 1/ProductPurchaserSK1.swift#L172
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
GitHub Action for SwiftLint:
Sources/SuperwallKit/StoreKit/Transactions/Purchasing/StoreKit 1/ProductPurchaserSK1.swift#L210
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
GitHub Action for 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)
|
GitHub Action for SwiftLint:
Sources/SuperwallKit/Paywall/View Controller/PaywallViewController.swift#L600
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
GitHub Action for SwiftLint:
Sources/SuperwallKit/Debug/DebugViewController.swift#L228
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
Loading