mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
7f7fc03a8f
Try a few things: 1. Sort InclusiveLanguageRule terms since they're a Set and don't have deteministic ordering (will definitely help) 2. Fetch remote at the beginning of the script (likely to help) 3. Only fetch remote once (likely to help) 4. Sort branch & master output before diffing (unlikely to help) 5. Change diff filter from `d` to `AMRCU` (no idea if it will help)