Skip to content

๐Ÿ”€ :: [#229] Tuist ๋ฒ„์ „ ์—…๊ทธ๋ ˆ์ด๋“œ #133

๐Ÿ”€ :: [#229] Tuist ๋ฒ„์ „ ์—…๊ทธ๋ ˆ์ด๋“œ

๐Ÿ”€ :: [#229] Tuist ๋ฒ„์ „ ์—…๊ทธ๋ ˆ์ด๋“œ #133

Triggered via pull request April 22, 2024 04:37
Status Success
Total duration 45s
Artifacts

SwiftLint.yml

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

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)