[CAT-47] KeychainClient 모듈 추가 #14
Annotations
10 warnings
Run Swiftlint:
Projects/Core/KeychainClient/Tests/Tests.swift#L22
Closure end should have the same indentation as the line that started it; expected 4, got 18 (closure_end_indentation)
|
Run Swiftlint:
Projects/Core/KeychainClient/Project.swift#L20
Collection literals should not have trailing commas (trailing_comma)
|
Run Swiftlint:
Projects/Core/APIClient/Project.swift#L20
Collection literals should not have trailing commas (trailing_comma)
|
Run Swiftlint:
Projects/App/Sources/AppDelegate.swift#L15
Prefer at least one space after slashes for comments (comment_spacing)
|
Run Swiftlint:
Projects/App/Sources/AppDelegate.swift#L17
Prefer at least one space after slashes for comments (comment_spacing)
|
Run Swiftlint:
Projects/App/Sources/AppDelegate.swift#L45
Prefer at least one space after slashes for comments (comment_spacing)
|
Run Swiftlint:
Projects/App/Sources/AppDelegate.swift#L47
Prefer at least one space after slashes for comments (comment_spacing)
|
Run Swiftlint:
Projects/App/Sources/AppDelegate.swift#L48
Prefer at least one space after slashes for comments (comment_spacing)
|
Run Swiftlint:
Projects/App/Sources/AppDelegate.swift#L64
Prefer at least one space after slashes for comments (comment_spacing)
|
Run Swiftlint:
Projects/Core/KeychainClient/Sources/implementation.swift#L132
`where` clauses are preferred over a single `if` inside a `for` (for_where)
|