Checkpoint. Fix correctness next #911
Annotations
10 warnings
|
GitHub Action for SwiftLint:
Sources/GtkBackend/GtkBackend.swift#L386
Todo Violation: TODOs should be resolved (Record window scale factor in ...) (todo)
|
|
GitHub Action for SwiftLint:
Sources/GtkBackend/GtkBackend.swift#L379
Todo Violation: TODOs should be resolved (React to theme changes) (todo)
|
|
GitHub Action for SwiftLint:
Sources/GtkBackend/GtkBackend.swift#L175
Todo Violation: TODOs should be resolved (Detect whether window is fulls...) (todo)
|
|
GitHub Action for SwiftLint:
Sources/GtkBackend/GtkBackend.swift#L159
Todo Violation: TODOs should be resolved (Don't hardcode this (if possib...) (todo)
|
|
GitHub Action for SwiftLint:
Sources/GtkBackend/GtkBackend.swift#L1202
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
|
GitHub Action for SwiftLint:
Sources/GtkBackend/GtkBackend.swift#L1169
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
|
|
GitHub Action for SwiftLint:
Sources/GtkBackend/GtkBackend.swift#L834
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
|
|
GitHub Action for SwiftLint:
Sources/GtkBackend/GtkBackend.swift#L636
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 8 (function_parameter_count)
|
|
GitHub Action for SwiftLint:
Sources/UIKitBackend/UIKitBackend+Passive.swift#L86
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 8 (function_parameter_count)
|
|
GitHub Action for SwiftLint:
Sources/UIKitBackend/UIKitBackend+List.swift#L19
Todo Violation: TODOs should be resolved (Figure out if there's a way to...) (todo)
|
Loading