Skip to content

chore(main): release 3.9.0 (#98) #172

chore(main): release 3.9.0 (#98)

chore(main): release 3.9.0 (#98) #172

Triggered via push October 31, 2025 09:14
Status Success
Total duration 2m 13s
Artifacts

pull-request.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/APIErrorCacheFallbackCoreTests.swift#L140
Empty Enum Arguments Violation: Arguments can be omitted when matching enums with associated values if they are not used (empty_enum_arguments)
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)