[CAT-201] Xcode FileTemplate 추가 #59
Annotations
5 errors and 10 warnings
Run Swiftlint:
FileTemplate/TCA.xctemplate/Default/___FILEBASENAME___View.swift#L9
Type name '___FILEBASENAME___' should only contain alphanumeric and other allowed characters (type_name)
|
Run Swiftlint:
FileTemplate/TCA.xctemplate/Default/___FILEBASENAME___Core.swift#L6
Type name '___VARIABLE_productName___Core' should only contain alphanumeric and other allowed characters (type_name)
|
Run Swiftlint:
FileTemplate/TCA.xctemplate/Public/___FILEBASENAME___Core.swift#L6
Type name '___VARIABLE_productName___Core' should only contain alphanumeric and other allowed characters (type_name)
|
Run Swiftlint:
FileTemplate/TCA.xctemplate/Public/___FILEBASENAME___View.swift#L9
Type name '___FILEBASENAME___' should only contain alphanumeric and other allowed characters (type_name)
|
Run Swiftlint
Process completed with exit code 2.
|
Run Swiftlint:
Projects/Core/DatabaseClient/Interface/DatabaseClientInterface.swift#L77
Force casts should be avoided (force_cast)
|
Run Swiftlint:
Projects/Core/DatabaseClient/Interface/DatabaseClientInterface.swift#L70
Implicitly unwrapped optionals should be avoided when possible (implicitly_unwrapped_optional)
|
Run Swiftlint:
Projects/Core/DatabaseClient/Sources/DatabaseClient.swift#L34
Force casts should be avoided (force_cast)
|
Run Swiftlint:
Projects/Core/UserDefaultsClient/Tests/UserDefaultsClientTests.swift#L67
Force unwrapping should be avoided (force_unwrapping)
|
Run Swiftlint:
Projects/Core/APIClient/Sources/TokenInterceptor.swift#L48
Force unwrapping should be avoided (force_unwrapping)
|
Run Swiftlint:
Projects/Core/APIClient/Sources/TokenInterceptor.swift#L43
Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|
Run Swiftlint:
Projects/Core/APIClient/Sources/APIBaseRequest.swift#L15
Force unwrapping should be avoided (force_unwrapping)
|
Run Swiftlint:
Projects/Core/APIClient/Sources/APIClient.swift#L20
Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|
Run Swiftlint:
Projects/Shared/DesignSystem/Example/Sources/Component/NavigationDetailView.swift#L21
Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
Run Swiftlint:
Projects/Shared/DesignSystem/Example/Sources/Component/NavigationDetailView.swift#L21
Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|