Skip to content

Add variadic generics version of Defaults.updates() #340

Add variadic generics version of Defaults.updates()

Add variadic generics version of Defaults.updates() #340

Triggered via pull request September 30, 2024 11:55
Status Success
Total duration 1m 5s
Artifacts

main.yml

on: pull_request
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#L560
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)