Fix bug where timer is not in georgian language while app prefer language. #409
ci.yml
on: pull_request
SwiftLint
35s
Build and Test default scheme using iPhone simulator
25m 4s
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/Views/FeedingControlView/FeedingControlView.swift#L30
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
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)
|
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/Profile/ProfileViewModel.swift#L281
result of call to 'validateItems()' is unused
|
Build and Test default scheme using iPhone simulator:
amplify/generated/models/Feeding+Schema.swift#L44
'id' is deprecated: Use .primaryKey(fields:)
|
Build and Test default scheme using iPhone simulator:
amplify/generated/models/FeedingHistory+Schema.swift#L44
'id' is deprecated: Use .primaryKey(fields:)
|
Build and Test default scheme using iPhone simulator:
amplify/generated/models/FeedingPoint+Schema.swift#L54
'id' is deprecated: Use .primaryKey(fields:)
|
Build and Test default scheme using iPhone simulator:
amplify/generated/models/Language+Schema.swift#L37
'id' is deprecated: Use .primaryKey(fields:)
|
Build and Test default scheme using iPhone simulator:
amplify/generated/models/LanguagesSetting+Schema.swift#L36
'id' is deprecated: Use .primaryKey(fields:)
|
Build and Test default scheme using iPhone simulator
Tests Passed: 0 failed, 0 skipped, 1 total (0.012 seconds)
|