Fixes infinite recursion when casting AnySerializable
to wrong type
#218
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)
|