feat: Dynamically determine sensorOrientation
based on default output-connection-orientation
#2429
validate-ios.yml
on: pull_request
SwiftLint
35s
SwiftFormat
13s
Annotations
4 errors and 1 warning
SwiftFormat
Process completed with exit code 1.
|
SwiftLint:
package/ios/Core/Types/Orientation.swift#L51
No Fallthrough only Violation: Fallthroughs can only be used if the `case` contains at least one other statement (no_fallthrough_only)
|
SwiftLint:
package/ios/Core/Types/Orientation.swift#L51
Cases on Newline Violation: Cases inside a switch should always be on a newline (switch_case_on_newline)
|
SwiftLint:
package/ios/Core/Types/Orientation.swift#L189
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftFormat
swiftformat 0.54.0 is already installed and up-to-date.
To reinstall 0.54.0, run:
brew reinstall swiftformat
|