Added new string so that text appear in localized language #404
Annotations
10 warnings
GitHub Action for 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)
|
GitHub Action for 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)
|
GitHub Action for 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)
|
GitHub Action for 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)
|
GitHub Action for 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)
|
GitHub Action for SwiftLint:
UIComponents/Sources/UIComponents/Extensions/UIApplication+Extensions.swift#L5
First Where Violation: Prefer using `.first(where:)` over `.filter { }.first` in collections (first_where)
|
GitHub Action for SwiftLint:
UIComponents/Sources/UIComponents/SwiftUIComponents/AnimealButton.swift#L24
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
GitHub Action for 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)
|
GitHub Action for 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)
|
GitHub Action for 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)
|
The logs for this run have expired and are no longer available.
Loading