Release 01-11-2024 #479
Annotations
10 warnings
Run SwiftLint:
SDDSComponents/SDDSComponentsPreview/Components/SDDSCheckbox/CheckboxTypography.swift#L6
Type Name Violation: Type name 'S' should be between 4 and 40 characters long (type_name)
|
Run 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)
|
Run 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)
|
Run 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)
|
Run SwiftLint:
SDDSComponents/SDDSComponentsPreview/Components/SDDSTextField/TextFieldDefaultSize.swift#L138
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 17 (cyclomatic_complexity)
|
Run SwiftLint:
SDDSComponents/SDDSComponentsPreview/Components/SDDSTextField/TextFieldDefaultSize.swift#L4
Duplicate Imports Violation: Imports should be unique (duplicate_imports)
|
Run SwiftLint:
SDDSComponents/SDDSComponentsPreview/Components/SDDSTextField/TextFieldDefaultSize.swift#L5
Duplicate Imports Violation: Imports should be unique (duplicate_imports)
|
Run SwiftLint:
SDDSComponents/SDDSComponentsPreview/Components/SDDSTextField/TextFieldDefaultSize.swift#L6
Duplicate Imports Violation: Imports should be unique (duplicate_imports)
|
Run SwiftLint:
SDDSComponents/SDDSComponentsPreview/Components/SDDSButton/SDDSButton+Preview.swift#L79
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
Run SwiftLint:
SDDSComponents/SDDSComponentsPreview/Components/SDDSTextArea/SDDSTextAreaSize.swift#L134
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 15 (cyclomatic_complexity)
|
Loading