FEAT: 상황에 따른 에러 핸들링 #16
Merged
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
HANE24TEST/MockDataForTest.swift#L11
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
HANE24TEST/MockDataForTest.swift#L21
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
HANE24TEST/MockDataForTest.swift#L42
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
|
HANE24TEST/FakeNetwork.swift#L57
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
HANE24TEST/FakeNetwork.swift#L57
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
HANE24TEST/FakeNetwork.swift#L95
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
HANE24TEST/FakeNetwork.swift#L19
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
HANE24TEST/FakeNetwork.swift#L27
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
HANE24TEST/FakeNetwork.swift#L31
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
HANE24TEST/FakeNetwork.swift#L54
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "TestResults.xcresult".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading