Language server installation menu #1684
CI-pull-request.yml
on: pull_request
SwiftLint
/
SwiftLint
9s
Testing CodeEdit
/
Testing CodeEdit
Annotations
10 errors
|
SwiftLint / SwiftLint:
CodeEdit/Features/LSP/Registry/PackageManagers/PackageSourceParser.swift#L97
Function body should span 50 lines or less excluding comments and whitespace: currently spans 57 lines (function_body_length)
|
|
SwiftLint / SwiftLint:
CodeEdit/Features/LSP/Registry/PackageManagers/PackageSourceParser.swift#L433
File should contain 400 lines or less: currently contains 433 (file_length)
|
|
SwiftLint / SwiftLint:
CodeEdit/Features/LSP/Registry/PackageManagers/PackageSourceParser.swift#L348
Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
|
SwiftLint / SwiftLint:
CodeEdit/Features/LSP/Registry/PackageManagers/PackageSourceParser.swift#L97
Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
|
SwiftLint / SwiftLint:
CodeEdit/Features/LSP/Registry/PackageManagers/GolangPackageManager.swift#L50
Function body should span 50 lines or less excluding comments and whitespace: currently spans 54 lines (function_body_length)
|
|
SwiftLint / SwiftLint:
CodeEdit/Features/NavigatorArea/FindNavigator/FindNavigatorResultList/FindNavigatorListViewController.swift#L158
Prefer `a is X` to `a as? X != nil` (prefer_type_checking)
|
|
SwiftLint / SwiftLint:
CodeEdit/Features/Tasks/Models/CEActiveTask.swift#L61
Prefer failable `String(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|
|
SwiftLint / SwiftLint:
CodeEdit/Features/Settings/Views/ExternalLink.swift#L58
`@escaping` must have a trailing space before the associated type (attribute_name_spacing)
|
|
SwiftLint / SwiftLint:
CodeEditTests/Features/TerminalEmulator/Shell/ShellTests.swift#L66
Prefer failable `String(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|
|
SwiftLint / SwiftLint:
CodeEditTests/Features/TerminalEmulator/Shell/ShellTests.swift#L48
Prefer failable `String(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|