Import, duplicate and delete themes #1267
CI-pull-request.yml
on: pull_request
SwiftLint
/
SwiftLint
9s
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/Settings/Pages/ThemeSettings/ThemeSettingsView.swift#L114
Line should be 120 characters or less; currently it has 129 characters (line_length)
|
SwiftLint / SwiftLint:
CodeEdit/Features/Settings/Pages/ThemeSettings/Models/ThemeModel.swift#L18
Type body should span 250 lines or less excluding comments and whitespace: currently spans 252 lines (type_body_length)
|
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
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/.
|