Skip to content

Language server installation menu #1701

Language server installation menu

Language server installation menu #1701

Triggered via pull request March 11, 2025 11:26
Status Failure
Total duration 18s
Artifacts

CI-pull-request.yml

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

Annotations

10 errors
SwiftLint / SwiftLint: CodeEdit/Features/LSP/Registry/PackageManagers/GithubPackageManager.swift#L30
Arguments can be omitted when matching enums with associated values if they are not used (empty_enum_arguments)
SwiftLint / SwiftLint: CodeEdit/Features/LSP/Registry/PackageManagers/GithubPackageManager.swift#L51
Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint / SwiftLint: CodeEdit/Features/LSP/Registry/PackageManagers/GithubPackageManager.swift#L53
Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint / SwiftLint: CodeEdit/Features/LSP/Registry/PackageManagers/GithubPackageManager.swift#L55
Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint / SwiftLint: CodeEdit/Features/LSP/Registry/PackageManagers/GithubPackageManager.swift#L57
Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint / SwiftLint: CodeEdit/Features/LSP/Registry/PackageManagers/GithubPackageManager.swift#L26
Avoid using unneeded break statements (unneeded_break_in_switch)
SwiftLint / SwiftLint: CodeEdit/Features/LSP/Registry/PackageManagers/GithubPackageManager.swift#L29
Avoid using unneeded break statements (unneeded_break_in_switch)
SwiftLint / SwiftLint: CodeEdit/Features/LSP/Registry/RegistryManager.swift#L19
Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
SwiftLint / SwiftLint: CodeEdit/Features/LSP/Registry/RegistryItemTemplateParser.swift#L75
Variable name 'i' should be between 3 and 40 characters long (identifier_name)
SwiftLint / SwiftLint: CodeEdit/Features/LSP/Registry/RegistryItemTemplateParser.swift#L57
Line should be 120 characters or less; currently it has 121 characters (line_length)