Language server installation menu #1707
CI-pull-request.yml
on: pull_request
SwiftLint
/
SwiftLint
9s
Testing CodeEdit
/
Testing CodeEdit
Annotations
10 errors
SwiftLint / SwiftLint:
CodeEdit/Utils/ShellClient/Models/ShellClient.swift#L138
Prefer failable `String(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|
SwiftLint / SwiftLint:
CodeEdit/Features/LSP/Registry/RegistryPackage.swift#L65
Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint / SwiftLint:
CodeEdit/Features/LSP/Registry/RegistryPackage.swift#L75
`where` clauses are preferred over a single `if` inside a `for` (for_where)
|
SwiftLint / SwiftLint:
CodeEdit/Features/LSP/Registry/PackageManagers/PackageSourceParser.swift#L11
Type body should span 250 lines or less excluding comments and whitespace: currently spans 312 lines (type_body_length)
|
SwiftLint / SwiftLint:
CodeEdit/Features/LSP/Registry/PackageManagers/PackageSourceParser.swift#L76
Function body should span 50 lines or less excluding comments and whitespace: currently spans 56 lines (function_body_length)
|
SwiftLint / SwiftLint:
CodeEdit/Features/LSP/Registry/PackageManagers/PackageSourceParser.swift#L408
File should contain 400 lines or less: currently contains 408 (file_length)
|
SwiftLint / SwiftLint:
CodeEdit/Features/LSP/Registry/PackageManagers/GolangPackageManager.swift#L40
Function body should span 50 lines or less excluding comments and whitespace: currently spans 52 lines (function_body_length)
|
SwiftLint / SwiftLint:
CodeEdit/Features/LSP/Registry/PackageManagers/GithubPackageManager.swift#L46
Avoid using unneeded break statements (unneeded_break_in_switch)
|
SwiftLint / SwiftLint:
CodeEdit/Features/LSP/Registry/PackageManagers/GithubPackageManager.swift#L43
Avoid using unneeded break statements (unneeded_break_in_switch)
|
SwiftLint / SwiftLint:
CodeEdit/Features/LSP/Registry/PackageManagers/GithubPackageManager.swift#L47
Arguments can be omitted when matching enums with associated values if they are not used (empty_enum_arguments)
|