Skip to content

Fix infinite recursion when casting AnySerializable to wrong type (… #221

Fix infinite recursion when casting AnySerializable to wrong type (…

Fix infinite recursion when casting AnySerializable to wrong type (… #221

Triggered via push September 3, 2023 06:37
Status Success
Total duration 1m 16s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
lint: Tests/DefaultsTests/DefaultsTests.swift#L468
XCTest Specific Matcher Violation: Prefer the specific matcher 'XCTAssertEqual' instead (xct_specific_matcher)
lint: Tests/DefaultsTests/DefaultsSetAlgebraTests.swift#L51
Prefer Self in Static References Violation: Use `Self` to refer to the surrounding type name (prefer_self_in_static_references)
lint: Tests/DefaultsTests/DefaultsSetAlgebraTests.swift#L55
Prefer Self in Static References Violation: Use `Self` to refer to the surrounding type name (prefer_self_in_static_references)
lint: Tests/DefaultsTests/DefaultsSetAlgebraTests.swift#L59
Prefer Self in Static References Violation: Use `Self` to refer to the surrounding type name (prefer_self_in_static_references)
lint: Tests/DefaultsTests/DefaultsAnySeriliazableTests.swift#L469
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
lint: Tests/DefaultsTests/DefaultsAnySeriliazableTests.swift#L472
XCTest Specific Matcher Violation: Prefer the specific matcher 'XCTAssertFalse' instead (xct_specific_matcher)