Skip to content

proj: v1.4.1-RC.1-840 #307

proj: v1.4.1-RC.1-840

proj: v1.4.1-RC.1-840 #307

Triggered via push July 30, 2024 09:59
Status Success
Total duration 5m 41s
Artifacts

ios.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
SwiftLint: Packages/HBMihoyoAPI/Sources/HBMihoyoAPI/Common/URLRequestHelper/URLRequestHelper.swift#L26
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
SwiftLint: Packages/EnkaKitHSR/Sources/EnkaKitHSR/DataSummarySupport/Implementations/AvatarSummarized_TextSummary.swift#L74
Unused Enumerated Violation: When the index is not used, `.enumerated()` can be removed (unused_enumerated)
SwiftLint: Packages/GachaKitHSR/Sources/GachaKitHSR/GachaMetaDBImpl/GMDB_UserDefaults.swift#L22
Force Try Violation: Force tries should be avoided (force_try)
SwiftLint: Script/ImageAssetRegenerator.swift#L92
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
SwiftLint: Script/UpdateGachaMetaDBSPM.swift#L66
Force Try Violation: Force tries should be avoided (force_try)
SwiftLint: Script/RawAssetsPuller.swift#L200
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 19 (cyclomatic_complexity)
SwiftLint: Script/RawAssetsPuller.swift#L231
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
SwiftLint: Script/RawAssetsPuller.swift#L351
Force Try Violation: Force tries should be avoided (force_try)
SwiftLint: Script/RawAssetsPuller.swift#L266
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
SwiftLint: Script/RawAssetsPuller.swift#L351
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
Analyze
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/