[Refact] #250 - 리팩토링을 위한 폴더 구조 변경사항입니다 #355
Annotations
10 errors and 10 warnings
GitHub Action for 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)
|
GitHub Action for 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)
|
GitHub Action for 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)
|
GitHub Action for 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)
|
GitHub Action for SwiftLint:
GEON-PPANG-iOS/Presentation/Scene/Auth/LogIn/ViewController/LogInViewController.swift#L19
Identifier Name Violation: Variable name 'IsEmailValid' should start with a lowercase character (identifier_name)
|
GitHub Action for SwiftLint:
GEON-PPANG-iOS/Presentation/Scene/Auth/LogIn/ViewController/LogInViewController.swift#L20
Identifier Name Violation: Variable name 'IsPasswordValid' should start with a lowercase character (identifier_name)
|
GitHub Action for 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)
|
GitHub Action for 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)
|
GitHub Action for SwiftLint:
GEON-PPANG-iOS/Global/Extensions/UI/Int+.swift#L17
Shorthand Operator Violation: Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
|
GitHub Action for 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)
|
GitHub Action for SwiftLint:
GEON-PPANG-iOS/Core/DesignSystem/Source/Assets/UIImage+.swift#L40
Line Length Violation: Line should be 120 characters or less; currently it has 123 characters (line_length)
|
GitHub Action for SwiftLint:
GEON-PPANG-iOS/Core/DesignSystem/Source/Assets/UIImage+.swift#L41
Line Length Violation: Line should be 120 characters or less; currently it has 123 characters (line_length)
|
GitHub Action for SwiftLint:
GEON-PPANG-iOS/Core/DesignSystem/Source/Assets/UIImage+.swift#L45
Line Length Violation: Line should be 120 characters or less; currently it has 129 characters (line_length)
|
GitHub Action for SwiftLint:
GEON-PPANG-iOS/Core/DesignSystem/Source/Assets/UIImage+.swift#L51
Line Length Violation: Line should be 120 characters or less; currently it has 127 characters (line_length)
|
GitHub Action for SwiftLint:
GEON-PPANG-iOS/Core/DesignSystem/Source/Assets/UIImage+.swift#L11
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for SwiftLint:
GEON-PPANG-iOS/Core/DesignSystem/Source/Assets/UIImage+.swift#L13
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for SwiftLint:
GEON-PPANG-iOS/Core/DesignSystem/Source/Assets/UIImage+.swift#L21
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for SwiftLint:
GEON-PPANG-iOS/Core/DesignSystem/Source/Assets/UIImage+.swift#L23
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for SwiftLint:
GEON-PPANG-iOS/Core/DesignSystem/Source/Assets/UIImage+.swift#L26
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
GitHub Action for SwiftLint:
GEON-PPANG-iOS/Core/DesignSystem/Source/Assets/UIImage+.swift#L34
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Loading