Skip to content

Fixes infinite recursion when casting AnySerializable to wrong type #219

Fixes infinite recursion when casting AnySerializable to wrong type

Fixes infinite recursion when casting AnySerializable to wrong type #219

Triggered via pull request September 2, 2023 17:05
Status Success
Total duration 1m 19s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 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#L472
XCTest Specific Matcher Violation: Prefer the specific matcher 'XCTAssertFalse' instead (xct_specific_matcher)