Skip to content

refactor: transitioned TextArea, TextField to styles api #610

refactor: transitioned TextArea, TextField to styles api

refactor: transitioned TextArea, TextField to styles api #610

Triggered via pull request January 21, 2025 11:28
Status Success
Total duration 48s
Artifacts

lint.yml

on: pull_request
SwiftLint
38s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
SwiftLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
SwiftLint: SDDSThemeBuilder/SDDSThemeBuilderCoreTests/DownloadSchemeCommandTests.swift#L27
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
SwiftLint: SDDSThemeBuilder/SDDSThemeBuilderCoreTests/DownloadSchemeCommandTests.swift#L47
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
SwiftLint: SDDSThemeBuilder/SDDSThemeBuilderCoreTests/SchemeTokenNameValidatorTests.swift#L47
Line Length Violation: Line should be 190 characters or less; currently it has 210 characters (line_length)
SwiftLint: SDDSThemeBuilder/SDDSThemeBuilderCoreTests/SchemeTokenNameValidatorTests.swift#L48
Line Length Violation: Line should be 190 characters or less; currently it has 210 characters (line_length)
SwiftLint: SDDSThemeBuilder/SDDSThemeBuilderCoreTests/SchemeTokenNameValidatorTests.swift#L49
Line Length Violation: Line should be 190 characters or less; currently it has 243 characters (line_length)
SwiftLint: SDDSThemeBuilder/SDDSThemeBuilderCoreTests/SchemeTokenNameValidatorTests.swift#L50
Line Length Violation: Line should be 190 characters or less; currently it has 243 characters (line_length)
SwiftLint: SDDSThemeBuilder/SDDSThemeBuilderCoreTests/SchemeTokenNameValidatorTests.swift#L53
Line Length Violation: Line should be 190 characters or less; currently it has 204 characters (line_length)
SwiftLint: SDDSThemeBuilder/SDDSThemeBuilderCoreTests/SchemeTokenNameValidatorTests.swift#L54
Line Length Violation: Line should be 190 characters or less; currently it has 204 characters (line_length)
SwiftLint: SDDSThemeBuilder/SDDSThemeBuilderCoreTests/SchemeTokenNameValidatorTests.swift#L59
Line Length Violation: Line should be 190 characters or less; currently it has 530 characters (line_length)
SwiftLint: SDDSThemeBuilder/SDDSThemeBuilderCoreTests/SchemeTokenNameValidatorTests.swift#L28
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)