Skip to content

Added new string so that text appear in localized language #404

Added new string so that text appear in localized language

Added new string so that text appear in localized language #404

Triggered via pull request December 28, 2023 08:30
Status Success
Total duration 20m 0s
Artifacts

ci.yml

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

Annotations

20 warnings and 1 notice
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: UIComponents/Sources/UIComponents/Components/Activity/ActivityIndicatorPresenter.swift#L213
Type Name Violation: Type name 'ActivityIndicatorPresenterStateWaitingToStart' should be between 3 and 40 characters long (type_name)
SwiftLint: UIComponents/Sources/UIComponents/Components/Activity/ActivityIndicatorPresenter.swift#L257
Type Name Violation: Type name 'ActivityIndicatorPresenterStateWaitingToStop' should be between 3 and 40 characters long (type_name)
SwiftLint: UIComponents/Sources/UIComponents/Components/Transitions/CurtainTransition/Transition/TransitionDriver.swift#L3
Blanket Disable Command Violation: The disabled 'all' rule should be re-enabled before the end of the file (blanket_disable_command)
SwiftLint: UIComponents/Sources/UIComponents/Extensions/UIApplication+Extensions.swift#L5
First Where Violation: Prefer using `.first(where:)` over `.filter { }.first` in collections (first_where)
SwiftLint: UIComponents/Sources/UIComponents/SwiftUIComponents/AnimealButton.swift#L24
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
SwiftLint: animeal/src/Navigation/Coordinator/Coordinatable.swift#L15
Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
SwiftLint: animeal/src/Business/Services/Authentication/AuthenticationService.swift#L94
Line Length Violation: Line should be 120 characters or less; currently it has 123 characters (line_length)
SwiftLint: animeal/src/Business/Services/Authentication/AuthenticationAmplifyConverter.swift#L23
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 259 lines (type_body_length)
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
Tests Passed: 0 failed, 0 skipped, 1 total (0.010 seconds)