Migrate from spark-ios #1
actions.yml
on: pull_request
linter
/
linter
32s
buildAndTest
/
Build
1m 57s
buildAndTest
/
Unit and Snapshot Test
3m 0s
Annotations
2 errors and 8 warnings
linter / linter:
Sources/Core/View/UIKit/FormFieldUIView.swift#L280
Multiline Function Chains Violation: Chained function calls should be either on the same line, or one per line (multiline_function_chains)
|
linter / linter:
Sources/Core/View/UIKit/FormFieldUIView.swift#L293
Multiline Function Chains Violation: Chained function calls should be either on the same line, or one per line (multiline_function_chains)
|
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:
Tests/SnapshotTests/View/UIKit/FormFieldUIViewSnapshotTests.swift#L64
Direct Return Violation: Directly return the expression instead of assigning it to a variable first (direct_return)
|
linter / linter:
Tests/SnapshotTests/View/UIKit/FormFieldUIViewSnapshotTests.swift#L90
Direct Return Violation: Directly return the expression instead of assigning it to a variable first (direct_return)
|
linter / linter:
Tests/SnapshotTests/View/UIKit/FormFieldUIViewSnapshotTests.swift#L101
Direct Return Violation: Directly return the expression instead of assigning it to a variable first (direct_return)
|
linter / linter:
Tests/UnitTests/Model/FormFieldViewModelTests.swift#L84
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
buildAndTest / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: swift-actions/setup-swift@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
buildAndTest / Unit and Snapshot Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: swift-actions/setup-swift@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|