Fix TextField layout, ScrollView/TupleView flexibility, and AppKitBac… #347
Annotations
11 warnings
swift-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
swift-lint:
Sources/LVGLBackend/LVGLBackend.swift#L167
Todo Violation: TODOs should be resolved (Implement text wrap option) (todo)
|
swift-lint:
Sources/Gtk/Callbacks/SignalBox.swift#L104
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
|
swift-lint:
Sources/Gtk/Callbacks/SignalBox.swift#L123
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 7 (function_parameter_count)
|
swift-lint:
Sources/Gtk/Widgets/Window.swift#L42
Todo Violation: TODOs should be resolved (The default size is the curren...) (todo)
|
swift-lint:
Sources/Gtk/Widgets/ScrolledWindow.swift#L11
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
swift-lint:
Sources/Gtk/Utility/GObjectProperty.swift#L7
Unused Setter Value Violation: Setter value is not used (unused_setter_value)
|
swift-lint:
Sources/Gtk/Utility/GValueRepresentable.swift#L10
Todo Violation: TODOs should be resolved (Implement property wrapper to ...) (todo)
|
swift-lint:
Sources/SwiftCrossUI/_App.swift#L1
Todo Violation: TODOs should be resolved (This could possibly be renamed...) (todo)
|
swift-lint:
Sources/SwiftCrossUI/Views/OptionalView.swift#L23
Todo Violation: TODOs should be resolved (This is a conservative impleme...) (todo)
|
swift-lint:
Sources/SwiftCrossUI/Views/NavigationLink.swift#L1
Todo Violation: TODOs should be resolved (This documentation could proba...) (todo)
|