jessesquires / JSQCoreDataKit

A swifter Core Data stack
https://jessesquires.github.io/JSQCoreDataKit/
MIT License
614 stars 69 forks source link

Use `Self` to refer to type names #253

Closed woxtu closed 1 year ago

woxtu commented 1 year ago

Have you read the Contributing Guidelines?

Issue N/A

Describe your changes

This PR changes to refer to type names using Self to resolve the following SwiftLint warning:

Prefer Self in Static References Violation: Use `Self` to refer to the surrounding type name (prefer_self_in_static_references)

Ref: https://realm.github.io/SwiftLint/prefer_self_in_static_references.html