Import, duplicate and delete themes #1274
CI-pull-request.yml
on: pull_request
SwiftLint
/
SwiftLint
8s
Testing CodeEdit
/
Testing CodeEdit
Annotations
10 errors and 1 warning
SwiftLint / SwiftLint:
CodeEditTests/Utils/CEWorkspaceFileManager/CEWorkspaceFileManagerTests.swift#L49
Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
SwiftLint / SwiftLint:
CodeEditTests/Utils/CEWorkspaceFileManager/CEWorkspaceFileManagerTests.swift#L86
Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
SwiftLint / SwiftLint:
CodeEdit/Features/Settings/SettingsView.swift#L137
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
SwiftLint / SwiftLint:
CodeEdit/Features/TerminalEmulator/Views/TerminalEmulatorView.swift#L53
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
SwiftLint / SwiftLint:
CodeEdit/Features/Extensions/ExtensionSceneView.swift#L61
Variable name '$data' should only contain alphanumeric and other allowed characters (identifier_name)
|
SwiftLint / SwiftLint:
CodeEdit/Features/Extensions/ExtensionSceneView.swift#L69
Variable name '$value' should only contain alphanumeric and other allowed characters (identifier_name)
|
SwiftLint / SwiftLint:
CodeEdit/Features/Documents/LazyStringLoader.swift#L38
Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
SwiftLint / SwiftLint:
CodeEdit/Features/Documents/CodeFileDocument.swift#L99
Prefer `static` over `final class` (static_over_final_class)
|
SwiftLint / SwiftLint:
CodeEdit/Features/Documents/WorkspaceDocument.swift#L66
Prefer `static` over `final class` (static_over_final_class)
|
SwiftLint / SwiftLint:
CodeEdit/Features/Documents/WorkspaceDocument+Find.swift#L184
Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
SwiftLint / SwiftLint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|