Update aws amplify #11
unit-test.yml
on: pull_request
SwiftLint
38s
Build and Test default scheme using iPhone simulator
25m 17s
Annotations
22 warnings and 1 notice
SwiftLint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
SwiftLint:
Style/Sources/Style/Assets.swift#L1
Blanket Disable Command Violation: The disabled 'all' rule should be re-enabled before the end of the file (blanket_disable_command)
|
SwiftLint:
animeal/src/Business/Networking/NetTime.swift#L10
Convenience Type Violation: Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)
|
SwiftLint:
animeal/src/Business/Services/FeedingPoints/FeedingPointsService.swift#L163
Line Length Violation: Line should be 120 characters or less; currently it has 138 characters (line_length)
|
SwiftLint:
animeal/src/Business/Services/FeedingPoints/FeedingPointsService.swift#L174
Line Length Violation: Line should be 120 characters or less; currently it has 124 characters (line_length)
|
SwiftLint:
animeal/src/Business/Services/FeedingPoints/FeedingPointsService.swift#L197
Line Length Violation: Line should be 120 characters or less; currently it has 142 characters (line_length)
|
SwiftLint:
animeal/src/Business/Services/FeedingPoints/FeedingPointsService.swift#L214
Line Length Violation: Line should be 120 characters or less; currently it has 132 characters (line_length)
|
SwiftLint:
animeal/src/Business/Services/FeedingPoints/FeedingPointsService.swift#L226
Line Length Violation: Line should be 120 characters or less; currently it has 124 characters (line_length)
|
SwiftLint:
animeal/src/Business/Services/FeedingPoints/FeedingPointsService.swift#L230
Line Length Violation: Line should be 120 characters or less; currently it has 125 characters (line_length)
|
SwiftLint:
animeal/src/Business/Services/Profile/UserValidationModel.swift#L11
Array/Dictionary initializer Violation: Use explicit type annotation when initializing empty arrays and dictionaries (array_constructor)
|
SwiftLint:
animeal/src/Business/Services/Profile/UserProfileService.swift#L163
Nesting Violation: Types should be nested at most 1 level deep (nesting)
|
Build and Test default scheme using iPhone simulator
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and Test default scheme using iPhone simulator:
Services/Sources/Services/DevLogger.swift#L92
'_DDLogMessage(_:level:flag:context:file:function:line:tag:asynchronous:ddlog:)' is deprecated: Use an interpolated DDLogMessageFormat instead
|
Build and Test default scheme using iPhone simulator:
animeal/Assets.xcassets#L1
Accent color ‘AccentColor’ is not present in any asset catalogs.
|
Build and Test default scheme using iPhone simulator:
animeal/src/Flows/Main/Modules/Home/Main/HomeViewModel.swift#L168
result of call to 'grantCameraPermission(customRequest:)' is unused
|
Build and Test default scheme using iPhone simulator:
animeal/src/Flows/Main/Modules/Home/Main/HomeViewModel.swift#L189
initialization of immutable value 'pointItemView' was never used; consider replacing with assignment to '_' or removing it
|
|
|
|
Build and Test default scheme using iPhone simulator:
animeal/src/Flows/Profile/ProfileViewModel.swift#L288
result of call to 'validateItems()' is unused
|
Build and Test default scheme using iPhone simulator:
animeal/src/Business/Services/FeedingPoints/FeedingPointsService.swift#L303
result of call to 'subscribe(request:valueListener:)' is unused
|
Build and Test default scheme using iPhone simulator:
amplify/generated/models/BankAccount+Schema.swift#L40
'id' is deprecated: Use .primaryKey(fields:)
|
Build and Test default scheme using iPhone simulator
Tests Passed: 0 failed, 0 skipped, 1 total (0.233 seconds)
|