mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
9b93b3efb8
We were using this lock to guarantee a new ID for every file, but we can get that benefit by using values that are guaranteed to be unique without the need for locks, such as a UUID.