fix: refetch infinite query does not reset status to pending #3
tests.yml
on: push
Test SwiftUI Query
3m 32s
Swift Format
29s
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.
|