mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
aff3536bb8
- Make "middle part" `.*` not so greedy with `?`. - Use `(?!` negative look-ahead to improve matching. - Added corresponding unit tests. Co-authored-by: Sergei Shirokov <sshirokov@malwarebytes.com>