๐ :: [#229] Tuist ๋ฒ์ ์ ๊ทธ๋ ์ด๋ #133
Annotations
5 warnings
SwiftLint:
Projects/UserInterface/DesignSystem/Sources/Button/DotoriButton.swift#L26
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
SwiftLint:
Projects/UserInterface/DesignSystem/Sources/Button/DotoriOutlinedButton.swift#L22
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
SwiftLint:
Projects/UserInterface/DesignSystem/Sources/Extension/UIView+addDashedBorder.swift#L17
Comma Spacing Violation: There should be no space before and one after any comma (comma)
|
SwiftLint:
Projects/Feature/ImagePickerFeature/Sources/Assembly/ImagePickerAssembly.swift#L9
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
SwiftLint:
Projects/Feature/NoticeFeature/Demo/Sources/AppDelegate.swift#L12
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 52 lines (function_body_length)
|