Checkbox for user age instead of a birth date #12
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
animealUI/ComponentsTableViewController.swift#L480
File Length Violation: File should contain 400 lines or less: currently contains 480 (file_length)
|
UIComponents/Sources/UIComponents/Extensions/UIApplication+Extensions.swift#L5
First Where Violation: Prefer using `.first(where:)` over `.filter { }.first` in collections (first_where)
|
UIComponents/Sources/UIComponents/SwiftUIComponents/AnimealButton.swift#L24
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
UIComponents/Sources/UIComponents/Components/Activity/ActivityIndicatorPresenter.swift#L213
Type Name Violation: Type name 'ActivityIndicatorPresenterStateWaitingToStart' should be between 3 and 40 characters long (type_name)
|
UIComponents/Sources/UIComponents/Components/Activity/ActivityIndicatorPresenter.swift#L257
Type Name Violation: Type name 'ActivityIndicatorPresenterStateWaitingToStop' should be between 3 and 40 characters long (type_name)
|
UIComponents/Sources/UIComponents/Components/Buttons/ButtonContainerView.swift#L14
Redundant Type Annotation Violation: Variables should not have redundant type annotation (redundant_type_annotation)
|
UIComponents/Sources/UIComponents/Components/Buttons/ButtonViewFactory.swift#L16
Redundant Type Annotation Violation: Variables should not have redundant type annotation (redundant_type_annotation)
|
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)
|
UIComponents/Sources/UIComponents/Components/Views/AgeConsentView.swift#L28
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
UIComponents/Sources/UIComponents/Components/Views/AgeConsentView.swift#L90
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
This job succeeded
Loading