Bump excon to 1.5.0 to address GHSA-48rx-c7pg-q66r #1652
swiftlint.yml
on: push
run-swiftlint
22s
Confirm Passing SwiftLint
4s
Annotations
11 warnings
|
run-swiftlint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
run-swiftlint:
Amplify/Categories/DataStore/Query/QueryPredicate.swift#L80
`where` clauses are preferred over a single `if` inside a `for` (for_where)
|
|
run-swiftlint:
Amplify/Categories/Hub/HubChannel.swift#L48
Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
|
run-swiftlint:
Amplify/Categories/Auth/AuthCategoryBehavior.swift#L114
Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
|
run-swiftlint:
Amplify/Categories/Auth/Request/AuthAttributeResendConfirmationCodeRequest.swift#L10
The disabled 'type_name' rule should be re-enabled before the end of the file (blanket_disable_command)
|
|
run-swiftlint:
Amplify/Categories/Auth/Request/AuthAttributeSendVerificationCodeRequest.swift#L10
The disabled 'type_name' rule should be re-enabled before the end of the file (blanket_disable_command)
|
|
run-swiftlint:
Amplify/Core/Configuration/AmplifyConfiguration.swift#L114
Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
|
|
run-swiftlint:
Amplify/Core/Configuration/AmplifyOutputsData.swift#L23
Type body should span 250 lines or less excluding comments and whitespace: currently spans 294 lines (type_body_length)
|
|
run-swiftlint:
Amplify/Core/Configuration/AmplifyOutputsData.swift#L472
File should contain 400 lines or less: currently contains 472 (file_length)
|
|
run-swiftlint:
Amplify/Core/Configuration/Internal/Amplify+Reset.swift#L10
The disabled 'cyclomatic_complexity' rule should be re-enabled before the end of the file (blanket_disable_command)
|
|
run-swiftlint:
Amplify/Core/Support/AmplifyTask+OperationTaskAdapters.swift#L69
Type name 'AmplifyInProcessReportingOperationTaskAdapter' should be between 3 and 40 characters long (type_name)
|