mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
9979c4fd27
To enforce that `self` identifiers are consistently re-bound to a common identifier name. Configure `bind_identifier` to the name you want to use. Defaults to `self`. Addresses https://github.com/realm/SwiftLint/issues/2495