Generate IPA #4
GenerateIPA.yml
on: workflow_dispatch
SwiftLint
31s
Build and Test default scheme using iPhone simulator
11m 11s
Annotations
3 errors and 11 warnings
SwiftLint:
animealUI/ComponentViewController.swift#L19
Attribute Name Spacing Violation: Attribute declarations with arguments must not have trailing trivia (attribute_name_spacing)
|
Build and Test default scheme using iPhone simulator
The run was canceled by @kishorepran.
|
Build and Test default scheme using iPhone simulator
The operation was canceled.
|
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:
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:
UIComponents/Sources/UIComponents/Components/Transitions/CurtainTransition/Transition/TransitionDriver.swift#L3
Blanket Disable Command Violation: Use 'next', 'this' or 'previous' instead to disable the 'all' rule once, or re-enable it as soon as possible` (blanket_disable_command)
|
SwiftLint:
UIComponents/Sources/UIComponents/Components/Buttons/ButtonViewFactory.swift#L16
Redundant Type Annotation Violation: Variables should not have redundant type annotation (redundant_type_annotation)
|
SwiftLint:
UIComponents/Sources/UIComponents/Components/Buttons/ButtonContainerView.swift#L14
Redundant Type Annotation Violation: Variables should not have redundant type annotation (redundant_type_annotation)
|
SwiftLint:
UIComponents/Sources/UIComponents/Components/Views/AgeConsentView.swift#L28
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
UIComponents/Sources/UIComponents/Components/Views/AgeConsentView.swift#L90
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
UIComponents/Sources/UIComponents/Components/Views/AgeConsentView.swift#L21
Void Return Violation: Prefer `-> Void` over `-> ()` (void_return)
|
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)
|