mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
8c171458f8
by adding an explicit `import Dispatch` and disabling the `atexit_b` call on Linux. This just means that we won't be able to guarantee that the print() buffer will have been flushed at program exit. Hopefully this doesn't cause too many issues.