Skip to content

[UIKitBackend] UIViewControllerRepresentable and iPad-only split views #442

[UIKitBackend] UIViewControllerRepresentable and iPad-only split views

[UIKitBackend] UIViewControllerRepresentable and iPad-only split views #442

Triggered via pull request February 3, 2025 04:53
Status Success
Total duration 34s
Artifacts

swiftlint.yml

on: pull_request
swift-lint
25s
swift-lint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
swift-lint: Sources/UIKitBackend/UIKitBackend+Window.swift#L124
Line Length Violation: Line should be 140 characters or less; currently it has 169 characters (line_length)
swift-lint: Sources/UIKitBackend/UIKitBackend.swift#L18
Todo Violation: TODOs should be resolved (When tables are supported, upd...) (todo)
swift-lint: Sources/UIKitBackend/UIKitBackend.swift#L97
Todo Violation: TODOs should be resolved (Menus) (todo)
swift-lint: Sources/UIKitBackend/UIKitBackend+Passive.swift#L76
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 7 (function_parameter_count)
swift-lint: Sources/UIKitBackend/UIViewRepresentable.swift#L135
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
swift-lint: Sources/UIKitBackend/UIViewControllerRepresentable.swift#L111
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
swift-lint: Sources/UIKitBackend/UIKitBackend+Control.swift#L64
Todo Violation: TODOs should be resolved (localization?) (todo)
swift-lint: Sources/QtBackend/QtBackend.swift#L9
Todo Violation: TODOs should be resolved (Remove default padding from QB...) (todo)
swift-lint: Sources/QtBackend/QtBackend.swift#L10
Todo Violation: TODOs should be resolved (Fix window size code, currentl...) (todo)
swift-lint: Sources/QtBackend/QtBackend.swift#L51
Todo Violation: TODOs should be resolved (Get window resizability workin...) (todo)