Skip to content

chore(main): release 3.8.4 (#87) #159

chore(main): release 3.8.4 (#87)

chore(main): release 3.8.4 (#87) #159

Triggered via push October 2, 2025 08:19
Status Success
Total duration 2m 24s
Artifacts

pull-request.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
swift-lint: FlagsmithClient/Tests/CustomerCacheUseCaseTests.swift#L342
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
swift-lint: FlagsmithClient/Tests/CustomerCacheUseCaseTests.swift#L341
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
swift-lint: FlagsmithClient/Tests/CustomerCacheUseCaseTests.swift#L34
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
swift-lint: FlagsmithClient/Tests/CustomerCacheUseCaseTests.swift#L33
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
swift-lint: FlagsmithClient/Tests/APIManagerTests.swift#L149
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
swift-lint: FlagsmithClient/Tests/APIManagerTests.swift#L117
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
swift-lint: FlagsmithClient/Tests/APIManagerTests.swift#L108
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
swift-lint: FlagsmithClient/Tests/APIManagerTests.swift#L187
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
swift-lint: FlagsmithClient/Tests/APIManagerTests.swift#L163
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 67 lines (function_body_length)
swift-lint: Example/FlagsmithClient/SwiftUIView.swift#L15
Type Body Length Violation: Struct body should span 250 lines or less excluding comments and whitespace: currently spans 251 lines (type_body_length)