Closed bealex closed 3 years ago
I vote for this as well. I would have expected that you could specify a relative path for "SwiftLint path" in Tools -> SwiftLint like: "./Pods/SwiftLint/swiftlint" but it doesn't seems to work (or otherwise I can't figure out how). See: https://www.jetbrains.com/help/objc/absolute-path-variables.html?showChildren
Please check after updating to 1.13 (update should be available after JB review)
What steps will reproduce the problem?
What is the expected result?
If SwiftLint is installed into the project using a package manager such as CocoaPods, Carthage or swift-package-manager, it should be possible to configure the SwiftLint path on a per-project basis (since versions may differ).
What happens instead?
Right now, AppCode only supports a global installation of SwiftLint.