Skip to content

Missing Comma in Georgian spell check #411

Missing Comma in Georgian spell check

Missing Comma in Georgian spell check #411

Triggered via pull request January 17, 2024 13:25
Status Success
Total duration 32m 59s
Artifacts

ci.yml

on: pull_request
SwiftLint
39s
SwiftLint
Build and Test default scheme using iPhone simulator
32m 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/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)
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)
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
Tests Passed: 0 failed, 0 skipped, 1 total (1.316 seconds)