Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-07 | Add support for Pod based SwiftLint (#2122) | Gordon Fontenot | |
It's common to add SwiftLint as a CocoaPod dependency, instead of as a global binary. In this case we should use that version of SwiftLint before looking for any others. Note that I'm also adding support for SwiftLint in ReactNative projects here as well, where the Pods directory would be nested inside an ios directory. |