Skip to content

feat: cache priority and tests (copy) #168

feat: cache priority and tests (copy)

feat: cache priority and tests (copy) #168

Triggered via pull request October 17, 2025 13:54
Status Success
Total duration 3m 30s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
swift-lint: FlagsmithClient/Tests/FlagsmithCacheIntegrationTests.swift#L138
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/FlagsmithCacheIntegrationTests.swift#L78
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/FlagsmithCacheIntegrationTests.swift#L428
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/FlagsmithCacheIntegrationTests.swift#L427
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/Classes/Flagsmith.swift#L192
Line Length Violation: Line should be 140 characters or less; currently it has 153 characters (line_length)
swift-lint: FlagsmithClient/Classes/Flagsmith.swift#L578
File Length Violation: File should contain 400 lines or less: currently contains 578 (file_length)
swift-lint: FlagsmithClient/Classes/Flagsmith.swift#L537
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/Classes/Flagsmith.swift#L551
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
swift-lint: FlagsmithClient/Classes/Traits.swift#L33
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
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)