[Popover#903] Added UIKit Popover helpers #18
actions.yml
on: pull_request
linter
/
linter
33s
buildAndTest
/
Build
1m 49s
Annotations
4 errors and 5 warnings
linter / linter:
core/Sources/Components/Popover/UIKit/PopoverViewController.swift#L33
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
linter / linter:
core/Sources/Components/Popover/UIKit/UIViewController-presentPopover.swift#L12
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
linter / linter:
core/Sources/Components/Popover/UIKit/PopoverBackgroundView.swift#L149
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
linter / linter:
core/Sources/Components/Popover/UIKit/PopoverBackgroundView.swift#L109
Unneeded Break in Switch Violation: Avoid using unneeded break statements (unneeded_break_in_switch)
|
linter / linter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
linter / linter
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
linter / linter:
core/Sources/Components/Popover/UIKit/PopoverBackgroundView.swift#L140
Direct Return Violation: Directly return the expression instead of assigning it to a variable first (direct_return)
|
linter / linter:
core/Sources/Components/Popover/UIKit/PopoverBackgroundView.swift#L175
Direct Return Violation: Directly return the expression instead of assigning it to a variable first (direct_return)
|
buildAndTest / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: xavierLowmiller/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|