Skip to content

Language server installation menu #1702

Language server installation menu

Language server installation menu #1702

Triggered via pull request March 11, 2025 11:39
Status Failure
Total duration 17s
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/RegistryManager.swift#L19
Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
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/PackageManagers/GolangPackageManager.swift#L40
Function body should span 50 lines or less excluding comments and whitespace: currently spans 55 lines (function_body_length)
SwiftLint / SwiftLint: CodeEdit/Features/LSP/Registry/RegistryItemTemplateParser.swift#L75
Variable name 'i' should be between 3 and 40 characters long (identifier_name)