Skip to content

[Feat] #275 - Home 뷰 클린 아키텍쳐로 리팩토링 #373

[Feat] #275 - Home 뷰 클린 아키텍쳐로 리팩토링

[Feat] #275 - Home 뷰 클린 아키텍쳐로 리팩토링 #373

Triggered via pull request August 13, 2024 12:33
Status Failure
Total duration 37s
Artifacts

swiftlint.yml

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

Annotations

10 errors and 10 warnings
SwiftLint: GEON-PPANG-iOS/Core/DesignSystem/Source/Colors/UIColor+.swift#L38
Identifier Name Violation: Variable name 'gray_500' should only contain alphanumeric and other allowed characters (identifier_name)
SwiftLint: GEON-PPANG-iOS/Core/DesignSystem/Source/Assets/UIImage+.swift#L83
Identifier Name Violation: Variable name 'loading_large' should only contain alphanumeric and other allowed characters (identifier_name)
SwiftLint: GEON-PPANG-iOS/Core/DesignSystem/Source/Assets/UIImage+.swift#L84
Identifier Name Violation: Variable name 'loading_medium' should only contain alphanumeric and other allowed characters (identifier_name)
SwiftLint: GEON-PPANG-iOS/Core/DesignSystem/Source/Assets/UIImage+.swift#L85
Identifier Name Violation: Variable name 'loading_small' should only contain alphanumeric and other allowed characters (identifier_name)
SwiftLint: GEON-PPANG-iOS/Global/Network/Base/NetworkBase.swift#L12
Identifier Name Violation: Variable name 't' should be between 3 and 40 characters long (identifier_name)
SwiftLint: GEON-PPANG-iOS/Global/Network/Service/BakeriesService.swift#L48
Force Try Violation: Force tries should be avoided (force_try)
SwiftLint: GEON-PPANG-iOS/Global/Extensions/UI/CALayer+.swift#L14
Identifier Name Violation: Variable name 'x' should be between 3 and 40 characters long (identifier_name)
SwiftLint: GEON-PPANG-iOS/Global/Extensions/UI/CALayer+.swift#L15
Identifier Name Violation: Variable name 'y' should be between 3 and 40 characters long (identifier_name)
SwiftLint: GEON-PPANG-iOS/Global/Extensions/UI/Int+.swift#L17
Shorthand Operator Violation: Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
SwiftLint: GEON-PPANG-iOS/Global/Enum/AnalyticEventType.swift#L23
Identifier Name Violation: Enum element name 'MYPAGE_MYSTORE' should only contain alphanumeric and other allowed characters (identifier_name)
SwiftLint: GEON-PPANG-iOS/Data/Repository/BestRepositoryImpl.swift#L28
Statement Position Violation: Else and catch should be on the same line, one space after the previous declaration (statement_position)
SwiftLint: GEON-PPANG-iOS/Data/Repository/BestRepositoryImpl.swift#L13
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: GEON-PPANG-iOS/Data/Repository/BestRepositoryImpl.swift#L15
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: GEON-PPANG-iOS/Data/Repository/BestRepositoryImpl.swift#L19
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: GEON-PPANG-iOS/Data/Repository/BestRepositoryImpl.swift#L33
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: GEON-PPANG-iOS/Data/Repository/BestRepositoryImpl.swift#L37
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: GEON-PPANG-iOS/Data/Network/DataMapping/ResponseDTO/BestReviewResponseDTO.swift#L24
Line Length Violation: Line should be 120 characters or less; currently it has 196 characters (line_length)
SwiftLint: GEON-PPANG-iOS/Data/Network/DataMapping/ResponseDTO/BestReviewResponseDTO.swift#L21
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: GEON-PPANG-iOS/Data/Network/DataMapping/ResponseDTO/BestReviewResponseDTO.swift#L29
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: GEON-PPANG-iOS/Data/Network/DataMapping/ResponseDTO/BestReviewResponseDTO.swift#L32
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)