Skip to content

fix: refetch infinite query does not reset status to pending #3

fix: refetch infinite query does not reset status to pending

fix: refetch infinite query does not reset status to pending #3

Triggered via push August 6, 2025 23:13
Status Failure
Total duration 3m 36s
Artifacts

tests.yml

on: push
Test SwiftUI Query
3m 32s
Test SwiftUI Query
Swift Format
29s
Swift Format
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Swift Format: Sources/SwiftUIQuery/InfiniteQueryObserver.swift#L134
Observable Usage Violation: Consider using @observable instead of ObservableObject for Swift 6 (observable_usage)
Swift Format: Sources/SwiftUIQuery/Query.swift#L721
Print Statements Violation: Use proper logging instead of print statements (no_print_statements)
Swift Format: Sources/SwiftUIQuery/Query.swift#L715
Print Statements Violation: Use proper logging instead of print statements (no_print_statements)
Swift Format: Sources/SwiftUIQuery/QueryObserver.swift#L88
Observable Usage Violation: Consider using @observable instead of ObservableObject for Swift 6 (observable_usage)
Swift Format: Sources/SwiftUIQuery/SwiftUIQuery.swift#L1238
Line Length Violation: Line should be 120 characters or less; currently it has 151 characters (line_length)
Swift Format: Sources/SwiftUIQuery/SwiftUIQuery.swift#L1237
Print Statements Violation: Use proper logging instead of print statements (no_print_statements)
Swift Format: Sources/SwiftUIQuery/SwiftUIQuery.swift#L1228
Print Statements Violation: Use proper logging instead of print statements (no_print_statements)
Swift Format: Sources/SwiftUIQuery/SwiftUIQuery.swift#L1163
Print Statements Violation: Use proper logging instead of print statements (no_print_statements)
Swift Format: Sources/SwiftUIQuery/SwiftUIQuery.swift#L1144
Print Statements Violation: Use proper logging instead of print statements (no_print_statements)
Swift Format: Sources/SwiftUIQuery/QueryLogger.swift#L3
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'no_print_statements' rule once, or re-enable it as soon as possible` (blanket_disable_command)
Test SwiftUI Query
Process completed with exit code 1.