Skip to content

Convert tests to Swift Testing #334

Convert tests to Swift Testing

Convert tests to Swift Testing #334

Triggered via push September 26, 2024 04:04
Status Success
Total duration 52s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
lint: Sources/Defaults/Utilities.swift#L207
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
lint: Sources/Defaults/Defaults+iCloud.swift#L549
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
lint: Tests/DefaultsTests/DefaultsAnySeriliazableTests.swift#L311
Empty String Violation: Prefer checking `isEmpty` over comparing `string` to an empty string literal (empty_string)
lint: Tests/DefaultsTests/DefaultsTests.swift#L393
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
lint: Tests/DefaultsTests/DefaultsTests.swift#L414
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
lint: Tests/DefaultsTests/DefaultsTests.swift#L529
Identical Operands Violation: Comparing two identical operands is likely a mistake (identical_operands)