Skip to content

Live Preview

Live Preview #1957

Re-run triggered December 31, 2025 09:54
Status Failure
Total duration 13s
Artifacts

CI-pull-request.yml

on: pull_request
SwiftLint  /  SwiftLint
9s
SwiftLint / SwiftLint
Testing CodeEdit  /  Testing CodeEdit
Testing CodeEdit / Testing CodeEdit
Fit to window
Zoom out
Zoom in

Annotations

10 errors
SwiftLint / SwiftLint
Process completed with exit code 2.
SwiftLint / SwiftLint: CodeEdit/Features/Editor/Views/EditorAreaFileView.swift#L830
Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
SwiftLint / SwiftLint: CodeEdit/Features/Editor/Views/EditorAreaFileView.swift#L827
Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
SwiftLint / SwiftLint: CodeEdit/Features/Editor/Views/EditorAreaFileView.swift#L239
Variable name 'fd' should be between 3 and 40 characters long (identifier_name)
SwiftLint / SwiftLint: CodeEdit/Features/Editor/Views/EditorAreaFileView.swift#L95
Variable name 'wv' should be between 3 and 40 characters long (identifier_name)
SwiftLint / SwiftLint: CodeEdit/Features/Editor/Views/EditorAreaFileView.swift#L884
File should contain 400 lines or less: currently contains 884 (file_length)
SwiftLint / SwiftLint: CodeEdit/Features/Editor/Views/EditorAreaFileView.swift#L3
Use 'next', 'this' or 'previous' instead to disable the 'type_body_length' rule once, or re-enable it as soon as possible` (blanket_disable_command)
SwiftLint / SwiftLint: CodeEdit/Features/Editor/Views/EditorAreaFileView.swift#L1
Use 'next', 'this' or 'previous' instead to disable the 'line_length' rule once, or re-enable it as soon as possible` (blanket_disable_command)
SwiftLint / SwiftLint: CodeEdit/Features/Editor/Views/EditorAreaFileView.swift#L295
Attributes with arguments or inside always_on_line_above must be on a new line instead of the same line (attributes)
SwiftLint / SwiftLint: CodeEdit/Features/Welcome/NewFileButton.swift#L33
Types used for hosting only static members should be implemented as a caseless enum to avoid instantiation (convenience_type)