chore: v0.3.6 #155
Annotations
5 errors and 5 warnings
Test:
Tests/AliyunpanSDKTests/DownloaderTests.swift#L52
testChunk, XCTAssertEqual failed: ("[chunk-0]: 0-4000000") is not equal to ("[chunk--1]: 0-4000000")
|
Test:
Tests/AliyunpanSDKTests/DownloaderTests.swift#L53
testChunk, XCTAssertEqual failed: ("[chunk-1]: 4000000-8000000") is not equal to ("[chunk--1]: 4000000-8000000")
|
Test:
Tests/AliyunpanSDKTests/DownloaderTests.swift#L54
testChunk, XCTAssertEqual failed: ("[chunk-2]: 8000000-12000000") is not equal to ("[chunk--1]: 8000000-12000000")
|
Test:
Tests/AliyunpanSDKTests/DownloaderTests.swift#L55
testChunk, XCTAssertEqual failed: ("[chunk-3]: 12000000-12345678") is not equal to ("[chunk--1]: 12000000-12345678")
|
Test
Process completed with exit code 1.
|
Test:
Sources/AliyunpanSDK/AliyunpanCredentials/AliyunpanAuthenticator.swift#L70
Todo Violation: TODOs should be resolved (- auto_login 服务修复后需要去除主动 auto_...) (todo)
|
Test:
Sources/AliyunpanSDK/HTTPRequest/Download/DownloadChunkOperation.swift#L175
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
Test:
Sources/AliyunpanSDK/AliyunpanCredentials/AliyunpanAuthenticator.swift#L70
Todo Violation: TODOs should be resolved (- auto_login 服务修复后需要去除主动 auto_...) (todo)
|
Test:
Sources/AliyunpanSDK/HTTPRequest/Download/DownloadChunkOperation.swift#L175
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
Test:
Sources/AliyunpanSDK/HTTPRequest/DebugDescription.swift#L80
Optional Data -> String Conversion Violation: Prefer failable `String(data:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|
Loading