Skip to content

Merge branch 'develop' into feature/confirm-assignments-immediately #1739

Merge branch 'develop' into feature/confirm-assignments-immediately

Merge branch 'develop' into feature/confirm-assignments-immediately #1739

Triggered via push February 28, 2025 16:48
Status Success
Total duration 46s
Artifacts
Package-SwiftLint
35s
Package-SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Package-SwiftLint: Sources/SuperwallKit/Paywall/Presentation/Audience Logic/AudienceLogic.swift#L7
Superfluous Disable Command Violation: SwiftLint rule 'function_body_length' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
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/Paywall/Presentation/Internal/Operators/ConfirmHoldoutAssignment.swift#L33
Indentation Width Violation: Code should be indented using one tab or 2 spaces (indentation_width)
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/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/Superwall.swift#L314
Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
Package-SwiftLint: Sources/SuperwallKit/Superwall.swift#L314
Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
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/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)