Skip to content

feat(sdds-uikit): added SDDSTextArea #478

feat(sdds-uikit): added SDDSTextArea

feat(sdds-uikit): added SDDSTextArea #478

Triggered via pull request November 1, 2024 12:21
Status Success
Total duration 3m 42s
Artifacts

lint.yml

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

Annotations

10 warnings
SwiftLint: SDDSComponents/SDDSComponentsPreview/Components/SDDSCheckbox/CheckboxTypography.swift#L6
Type Name Violation: Type name 'S' should be between 4 and 40 characters long (type_name)
SwiftLint: SDDSComponents/SDDSComponentsPreview/Components/SDDSCheckbox/CheckboxTypography.swift#L11
Unneeded Synthesized Initializer Violation: This memberwise initializer would be synthesized automatically - you do not need to define it (unneeded_synthesized_initializer)
SwiftLint: SDDSComponents/SDDSComponentsPreview/Components/SDDSTextArea/SDDSTextArea+Preview.swift#L10
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
SwiftLint: SDDSComponents/SDDSComponentsPreview/Components/SDDSTextArea/SDDSTextAreaSize.swift#L134
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 15 (cyclomatic_complexity)
SwiftLint: SDDSComponents/SDDSComponentsPreview/Components/SDDSTextField/SDDSTextField+Preview.swift#L10
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
SwiftLint: SDDSComponents/SDDSComponentsPreview/Components/SDDSTextField/TextFieldDefaultSize.swift#L138
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 17 (cyclomatic_complexity)
SwiftLint: SDDSComponents/SDDSComponentsPreview/Components/SDDSTextField/TextFieldDefaultSize.swift#L4
Duplicate Imports Violation: Imports should be unique (duplicate_imports)
SwiftLint: SDDSComponents/SDDSComponentsPreview/Components/SDDSTextField/TextFieldDefaultSize.swift#L5
Duplicate Imports Violation: Imports should be unique (duplicate_imports)
SwiftLint: SDDSComponents/SDDSComponentsPreview/Components/SDDSTextField/TextFieldDefaultSize.swift#L6
Duplicate Imports Violation: Imports should be unique (duplicate_imports)
SwiftLint: SDDSComponents/SDDSComponentsPreview/Components/SDDSButton/SDDSButton+Preview.swift#L79
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)