Skip to content

🔀 :: (#484) Common Feature 분리 #343

🔀 :: (#484) Common Feature 분리

🔀 :: (#484) Common Feature 분리 #343

Triggered via pull request April 16, 2024 10:09
Status Success
Total duration 49s
Artifacts

SwiftLint.yml

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

Annotations

11 warnings
swiftlint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
swiftlint: Projects/Modules/Utility/Sources/Extensions/Extension+UIViewController.swift#L121
Force Cast Violation: Force casts should be avoided (force_cast)
swiftlint: Projects/Modules/Utility/Sources/Extensions/Extension+UITapGesutreRecognizer.swift#L16
Nesting Violation: Types should be nested at most 1 level deep (nesting)
swiftlint: Projects/Modules/Utility/Sources/Extensions/Extension+UITapGesutreRecognizer.swift#L17
Nesting Violation: Types should be nested at most 1 level deep (nesting)
swiftlint: Projects/Modules/Utility/Sources/Extensions/Extension+CALayer.swift#L32
Unneeded Break in Switch Violation: Avoid using unneeded break statements (unneeded_break_in_switch)
swiftlint: Projects/Modules/Utility/Sources/Extensions/Extension+CALayer.swift#L36
Unneeded Break in Switch Violation: Avoid using unneeded break statements (unneeded_break_in_switch)
swiftlint: Projects/Modules/Utility/Sources/Extensions/Extension+CALayer.swift#L39
Unneeded Break in Switch Violation: Avoid using unneeded break statements (unneeded_break_in_switch)
swiftlint: Projects/Modules/Utility/Sources/Extensions/Extension+CALayer.swift#L42
Unneeded Break in Switch Violation: Avoid using unneeded break statements (unneeded_break_in_switch)
swiftlint: Projects/Modules/Utility/Sources/Extensions/Extension+UIControl.swift#L20
Nesting Violation: Types should be nested at most 1 level deep (nesting)
swiftlint: Projects/Modules/Utility/Sources/Extensions/Extension+UIControl.swift#L21
Nesting Violation: Types should be nested at most 1 level deep (nesting)
swiftlint: Projects/Modules/Utility/Sources/Extensions/Extension+UIColor.swift#L13
Implicit Getter Violation: Computed read-only properties should avoid using the get keyword (implicit_getter)