Files
SwiftLint/Source/SwiftLintFramework/Extensions
JP Simard 34f429b0a3 Fix caching on Linux
This has never worked for two reasons:

1. We've used dictionaries to represent cache descriptions, which
   don't guarantee stable ordering of keys across invocations.
   This is true both on Darwin and Linux, but in practice ordering
   varies significantly more on Linux.
2. Storing a `TimeInterval` value in a `[String: Any]` dictionary
   and retrieving it again will not be dynamically castable to
   `Double` or `TimeInterval` but will be castable to `Int`.
2017-10-26 12:23:13 -07:00
..
2017-01-02 17:49:54 -02:00
2017-10-26 12:23:13 -07:00
2017-09-30 15:07:23 -03:00
2017-09-30 15:07:23 -03:00
2016-12-13 12:33:05 -08:00
2017-02-06 21:59:30 -02:00