Support was added in #936, but since we couldn't confirm it worked until a release, I didn't add usage instructions to the readme. This ticket tracks doing so once we've confirmed the distribution approach works.
Now that we've made a release after #936, I've tested this out and it seems to work!
pod 'SwiftLint'
in the Podfile, then pod install, then the Pods/SwiftLint/swiftlint binary is available.
We could shamelessly copy @AliSoftware's excellent SwiftGen's installation instructions for this ^_^.
Most helpful comment
Now that we've made a release after #936, I've tested this out and it seems to work!
in the Podfile, then
pod install, then thePods/SwiftLint/swiftlintbinary is available.We could shamelessly copy @AliSoftware's excellent SwiftGen's installation instructions for this ^_^.