Skip to content

[SCRUM-59] 잠금화면 타이머 #151

[SCRUM-59] 잠금화면 타이머

[SCRUM-59] 잠금화면 타이머 #151

Triggered via pull request November 26, 2024 17:02
Status Success
Total duration 18s
Artifacts

ci.yml

on: pull_request
Run Swiftlint
8s
Run Swiftlint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run Swiftlint: Projects/Core/DatabaseClient/Interface/DatabaseClientInterface.swift#L79
Force casts should be avoided (force_cast)
Run Swiftlint: Projects/Core/DatabaseClient/Interface/DatabaseClientInterface.swift#L72
Implicitly unwrapped optionals should be avoided when possible (implicitly_unwrapped_optional)
Run Swiftlint: Projects/Core/StreamListener/Sources/StreamListener.swift#L18
Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
Run Swiftlint: Projects/Core/DatabaseClient/Sources/DatabaseClient.swift#L34
Force casts should be avoided (force_cast)
Run Swiftlint: Projects/Core/DatabaseClient/Sources/DatabaseClient.swift#L146
Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Run Swiftlint: Projects/Core/UserDefaultsClient/Tests/UserDefaultsClientTests.swift#L67
Force unwrapping should be avoided (force_unwrapping)
Run Swiftlint: Projects/Core/APIClient/Interface/APIClientInterface.swift#L26
Force casts should be avoided (force_cast)
Run Swiftlint: Projects/Core/APIClient/Sources/APIBaseRequest.swift#L16
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)