Skip to content

chore(core): resolve swiftformat errors and warnings #869

chore(core): resolve swiftformat errors and warnings

chore(core): resolve swiftformat errors and warnings #869

Triggered via push September 3, 2024 17:45
Status Failure
Total duration 40s
Artifacts

swiftlint.yml

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

Annotations

11 errors and 11 warnings
run-swiftlint: AmplifyPlugins/Core/AWSPluginsCore/AWSAPIPluginDataStoreOptions.swift#L25
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
run-swiftlint: AmplifyPlugins/Core/AWSPluginsCore/Auth/Configuration/AWSAuthorizationConfiguration.swift#L24
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
run-swiftlint: AmplifyPlugins/Core/AWSPluginsCore/Auth/Configuration/AWSAuthorizationConfiguration.swift#L34
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
run-swiftlint: AmplifyPlugins/Core/AWSPluginsCore/Auth/Configuration/AWSAuthorizationConfiguration.swift#L61
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
run-swiftlint: AmplifyPlugins/Core/AWSPluginsCore/Auth/AWSAuthModeStrategy.swift#L115
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
run-swiftlint: AmplifyPlugins/Core/AWSPluginsCore/Auth/AWSAuthModeStrategy.swift#L121
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
run-swiftlint: AmplifyPlugins/Core/AWSPluginsCore/Auth/AWSAuthModeStrategy.swift#L205
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
run-swiftlint: AmplifyPlugins/Core/AWSPluginsCore/Auth/AWSAuthModeStrategy.swift#L218
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
run-swiftlint: AmplifyPlugins/Core/AWSPluginsCore/Auth/AWSAuthModeStrategy.swift#L229
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
run-swiftlint: AmplifyPlugins/Core/AWSPluginsCore/Sync/ModelSync/ModelSyncMetadata.swift#L23
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Confirm Passing SwiftLint
Process completed with exit code 1.
run-swiftlint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-swiftlint: Amplify/Amplify.swift#L82
Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
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/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/DataStoreError.swift#L66
TODOs should be resolved (Is this the right command to r...) (todo)
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/Model/Internal/Schema/ModelSchema+Definition.swift#L68
Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
run-swiftlint: Amplify/Categories/DataStore/Model/Internal/Schema/ModelField+Association.swift#L265
TODOs should be resolved (handle modelName casing (conve...) (todo)