Merge pull request #1 from muzix/refactor/improve-query-keey #9
tests.yml
on: push
Test SwiftUI Query
2m 48s
Swift Format
30s
Annotations
11 errors
|
Swift Format:
Sources/SwiftUIQuery/Query.swift#L727
Print Statements Violation: Use proper logging instead of print statements (no_print_statements)
|
|
Swift Format:
Sources/SwiftUIQuery/Query.swift#L721
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)
|
|
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/QueryObserver.swift#L88
Observable Usage Violation: Consider using @observable instead of ObservableObject for Swift 6 (observable_usage)
|
|
Swift Format:
Sources/SwiftUIQuery/Core/GarbageCollector.swift#L146
Print Statements Violation: Use proper logging instead of print statements (no_print_statements)
|
|
Swift Format:
Sources/SwiftUIQuery/Core/GarbageCollector.swift#L137
Print Statements Violation: Use proper logging instead of print statements (no_print_statements)
|
|
Swift Format:
Sources/SwiftUIQuery/Core/GarbageCollector.swift#L72
Print Statements Violation: Use proper logging instead of print statements (no_print_statements)
|
|
Swift Format:
Sources/SwiftUIQuery/Core/GarbageCollector.swift#L53
Print Statements Violation: Use proper logging instead of print statements (no_print_statements)
|
|
Swift Format:
Sources/SwiftUIQuery/Core/QueryKey.swift#L19
Optional Data -> String Conversion Violation: Prefer failable `String(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|
|
Test SwiftUI Query
Process completed with exit code 1.
|