Skip to content

Impl onChange+task modifiers, fix onAppear+onDisappear modifiers #391

Impl onChange+task modifiers, fix onAppear+onDisappear modifiers

Impl onChange+task modifiers, fix onAppear+onDisappear modifiers #391

Triggered via push December 14, 2024 09:52
Status Success
Total duration 39s
Artifacts

swiftlint.yml

on: push
swift-lint
30s
swift-lint
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
swift-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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)
swift-lint: Sources/QtBackend/QtBackend.swift#L120
Todo Violation: TODOs should be resolved (Implement text wrap setting) (todo)
swift-lint: Sources/Gtk3/Generated/Label.swift#L38
Line Length Violation: Line should be 140 characters or less; currently it has 201 characters (line_length)
swift-lint: Sources/Gtk3/Generated/Entry.swift#L75
Type Body Length Violation: Type body should span 400 lines or less excluding comments and whitespace: currently spans 754 lines (type_body_length)
swift-lint: Sources/Gtk3/Generated/CellLayout.swift#L30
Line Length Violation: Line should be 140 characters or less; currently it has 179 characters (line_length)
swift-lint: Sources/Gtk3/Generated/CellLayout.swift#L41
Line Length Violation: Line should be 140 characters or less; currently it has 231 characters (line_length)
swift-lint: Sources/Gtk3/Generated/TextView.swift#L30
Type Body Length Violation: Type body should span 400 lines or less excluding comments and whitespace: currently spans 443 lines (type_body_length)
swift-lint: Sources/Gtk3/Utility/GValueRepresentable.swift#L10
Todo Violation: TODOs should be resolved (Implement property wrapper to ...) (todo)