Skip to content

Implement @ObservableDefault macro #335

Implement @ObservableDefault macro

Implement @ObservableDefault macro #335

Triggered via pull request September 26, 2024 15:55
Status Success
Total duration 1m 57s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
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: 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: 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)