[Refact] #250 - 리팩토링을 위한 폴더 구조 변경사항입니다 #353
Annotations
10 errors and 10 warnings
SwiftLint:
GEON-PPANG-iOS/Presentation/Flow/Auth/LogIn/ViewController/LogInViewController.swift#L19
Identifier Name Violation: Variable name 'IsEmailValid' should start with a lowercase character (identifier_name)
|
SwiftLint:
GEON-PPANG-iOS/Presentation/Flow/Auth/LogIn/ViewController/LogInViewController.swift#L20
Identifier Name Violation: Variable name 'IsPasswordValid' should start with a lowercase character (identifier_name)
|
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/Global/Enum/AnalyticEventType.swift#L24
Identifier Name Violation: Enum element name 'MYPAGE_MYREVIEW' should only contain alphanumeric and other allowed characters (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/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/Extensions/UI/Int+.swift#L17
Shorthand Operator Violation: Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
|
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/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/Application/SceneDelegate.swift#L36
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
|
SwiftLint:
GEON-PPANG-iOS/Application/SceneDelegate.swift#L17
Line Length Violation: Line should be 120 characters or less; currently it has 127 characters (line_length)
|
SwiftLint:
GEON-PPANG-iOS/Application/SceneDelegate.swift#L13
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
GEON-PPANG-iOS/Application/SceneDelegate.swift#L15
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
GEON-PPANG-iOS/Application/SceneDelegate.swift#L16
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
GEON-PPANG-iOS/Application/SceneDelegate.swift#L18
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
GEON-PPANG-iOS/Application/SceneDelegate.swift#L22
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
GEON-PPANG-iOS/Application/SceneDelegate.swift#L33
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
GEON-PPANG-iOS/Application/SceneDelegate.swift#L41
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
GEON-PPANG-iOS/Application/SceneDelegate.swift#L43
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|