From 9226e13b31474ac17d0c25cd27aa55bff21d55c2 Mon Sep 17 00:00:00 2001 From: Gordon Fontenot Date: Fri, 7 Dec 2018 17:20:58 -0500 Subject: Add support for Pod based SwiftLint (#2122) 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. --- test/swiftlint-test-files/react-native/ios/Pods/SwiftLint/swiftlint | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/swiftlint-test-files/react-native/ios/Pods/SwiftLint/swiftlint (limited to 'test/swiftlint-test-files/react-native/ios') diff --git a/test/swiftlint-test-files/react-native/ios/Pods/SwiftLint/swiftlint b/test/swiftlint-test-files/react-native/ios/Pods/SwiftLint/swiftlint new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3