mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-06 06:58:26 +00:00
Summary: Fixes one final friction point for the IGListKit sample apps: SwiftLint. At the moment, building the sample apps will hard fail if SwiftLint isn't presently installed. This is generally a good thing when adding new code to the sample apps, but for developers who might want to simply run the sample apps to try out IGListKit, this potentially adds additional unneeded friction. Since SwiftLint also runs on each incoming PR on GitHub Actions now, even if a third party contributor submits code that they didn't lint themselves, it will still be verified by the CI. This diff: * Updates `lint.sh` to check for the latest version of SwiftLint. * Makes the message that appears if SwiftLint isn't present a warning, instead of an error. * Adds the linting script to building the `IGListSwiftKit` framework targets as well. Differential Revision: D43864872 fbshipit-source-id: f5cc18f3612795ad1cc15cc4b7c0dfd7102639c6 |
||
|---|---|---|
| .. | ||
| project.xcworkspace | ||
| xcshareddata/xcschemes | ||
| project.pbxproj | ||