update swift format config #8
Annotations
1 error and 11 warnings
SwiftFormat
Process completed with exit code 1.
|
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/
|
SwiftFormat:
AmplifyTestCommon/TestCommonConstants.swift#L8
Insert blank line after import statements. (blankLineAfterImports)
|
SwiftFormat:
AmplifyTestApp/AppDelegate.swift#L10
Replace obsolete @UIApplicationMain and @NSApplicationMain attributes with @main for Swift 5.3 and above. (applicationMain)
|
SwiftFormat:
AmplifyFunctionalTests/AmplifyConfigurationInitFromFileTests.swift#L8
Sort import statements alphabetically. (sortImports)
|
SwiftFormat:
AmplifyFunctionalTests/AmplifyConfigurationInitFromFileTests.swift#L9
Sort import statements alphabetically. (sortImports)
|
SwiftFormat:
AmplifyTestCommon/Helpers/AmplifyAssertions.swift#L13
Align wrapped function arguments or collection elements. (wrapArguments)
|
SwiftFormat:
AmplifyTestCommon/Helpers/AmplifyAssertions.swift#L14
Align wrapped function arguments or collection elements. (wrapArguments)
|
SwiftFormat:
AmplifyTestCommon/Helpers/AmplifyAssertions.swift#L15
Align wrapped function arguments or collection elements. (wrapArguments)
|
SwiftFormat:
AmplifyTestCommon/Helpers/AmplifyAssertions.swift#L29
Align wrapped function arguments or collection elements. (wrapArguments)
|
SwiftFormat:
AmplifyTestCommon/Helpers/AmplifyAssertions.swift#L30
Align wrapped function arguments or collection elements. (wrapArguments)
|
SwiftFormat:
AmplifyTestCommon/Helpers/AmplifyAssertions.swift#L31
Align wrapped function arguments or collection elements. (wrapArguments)
|
Loading