Skip to content

fix(Auth): Resolve AuthZ state correctly when in error state #703

fix(Auth): Resolve AuthZ state correctly when in error state

fix(Auth): Resolve AuthZ state correctly when in error state #703

Triggered via push June 25, 2024 01:38
Status Success
Total duration 47s
Artifacts

swiftlint.yml

on: push
run-swiftlint
21s
run-swiftlint
Confirm Passing SwiftLint
0s
Confirm Passing SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
run-swiftlint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
run-swiftlint: Amplify/Categories/API/Operation/NondeterminsticOperation.swift#L8
Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
run-swiftlint: Amplify/Categories/API/Operation/RetryableGraphQLOperation.swift#L134
Variable name 'it' should be between 3 and 40 characters long (identifier_name)
run-swiftlint: Amplify/Categories/API/Operation/RetryableGraphQLOperation.swift#L11
Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
run-swiftlint: Amplify/Categories/API/Interceptor/URLRequestInterceptor.swift#L22
TODOs should be resolved (turn async https://github.com/...) (todo)
run-swiftlint: Amplify/Categories/DataStore/DataStoreCategoryBehavior.swift#L53
Function parameters should be aligned vertically if they're in multiple lines in a declaration (vertical_parameter_alignment)
run-swiftlint: Amplify/Categories/DataStore/Query/QueryPredicate.swift#L78
`where` clauses are preferred over a single `if` inside a `for` (for_where)
run-swiftlint: Amplify/Categories/DataStore/Query/QueryPredicate.swift#L85
`where` clauses are preferred over a single `if` inside a `for` (for_where)
run-swiftlint: Amplify/Categories/DataStore/Query/QueryOperator.swift#L22
Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
run-swiftlint: Amplify/Categories/DataStore/Query/QueryOperator.swift#L62
Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
run-swiftlint: Amplify/Categories/DataStore/DataStoreError.swift#L66
TODOs should be resolved (Is this the right command to r...) (todo)