Skip to content

update mapbox maps ios #18

update mapbox maps ios

update mapbox maps ios #18

Triggered via pull request November 10, 2024 09:01
Status Success
Total duration 18m 50s
Artifacts

unit-test.yml

on: pull_request
SwiftLint
32s
SwiftLint
Build and Test default scheme using iPhone simulator
18m 39s
Build and Test default scheme using iPhone simulator
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
SwiftLint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
SwiftLint: Common/Sources/Common/Extensions/Sequence+Extensions.swift#L24
Array/Dictionary initializer Violation: Use explicit type annotation when initializing empty arrays and dictionaries (array_constructor)
SwiftLint: Common/Sources/Common/Extensions/String+Extensions.swift#L32
Identifier Name Violation: Variable name 'to' should be between 3 and 40 characters long (identifier_name)
SwiftLint: animeal/src/Flows/Main/Modules/More/MorePartition/Model/MorePartitionModel.swift#L15
Function Body Length Violation: Function body should span 60 lines or less excluding comments and whitespace: currently spans 71 lines (function_body_length)
SwiftLint: animeal/src/Flows/Main/Modules/More/MorePartition/Model/MorePartitionModel.swift#L82
Line Length Violation: Line should be 120 characters or less; currently it has 125 characters (line_length)
SwiftLint: animeal/src/Flows/Main/Modules/More/Submodules/Donate/View/DonateView.swift#L68
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
SwiftLint: animeal/src/Flows/Main/Modules/More/Submodules/FAQ/FAQAssembler.swift#L4
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/Flows/Main/Modules/More/Submodules/FAQ/View/FAQView.swift#L77
Nesting Violation: Types should be nested at most 1 level deep (nesting)
SwiftLint: animeal/src/Flows/Main/Modules/More/Submodules/FAQ/View/FAQView.swift#L54
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
SwiftLint: animeal/src/Flows/Main/Modules/Home/Main/Model/HomeModel+DTO.swift#L45
Nesting Violation: Types should be nested at most 1 level deep (nesting)
SwiftLint: animeal/src/Flows/Main/Modules/Home/Main/Model/HomeModel+DTO.swift#L50
Nesting Violation: Types should be nested at most 1 level deep (nesting)
Build and Test default scheme using iPhone simulator
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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: Services/Sources/Services/Analytics/AnalyticsService.swift#L135
expression implicitly coerced from '[String : String?]' to '[String : Any]'
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/Business/Services/Profile/UserProfileService.swift#L83
'resendConfirmationCode(forUserAttributeKey:options:)' is deprecated: renamed to 'sendVerificationCode(forUserAttributeKey:options:)'