Files
SwiftLint/Source/SwiftLintFramework/Rules
JP Simard a855ac27b0 Fix false positives and invalid corrections with unused import rule (#2492)
* Fix wrong correction when removing testable imports with UnusedImportRule

* Fix false positive with UnusedImportRule when importing Foundation when there are attributes in that file requiring Foundation.

* Update rules documentation

* Add changelog entries
2018-11-29 10:55:26 -08:00
..