Hey, I've tried to build my app, but i end up with an error:
Currently running SwiftLint 0.59.1 but configuration specified version 0.47.1
The only 0.47.1 string in my whole project and dependencies is in SwiftGenPlugin/rakelib/lint.rake line 8 - SWIFTLINT_VERSION = '0.47.1', and 0.59.1 is the version of my SwiftLint defined in SPM. I do have swiftlint installed system-level, but that should not interfere with plugin's functionality, right? Maybe there is some error in rakelib's scripts that causes usage of system version instead of downloaded portable version?
Hey, I've tried to build my app, but i end up with an error:
Currently running SwiftLint 0.59.1 but configuration specified version 0.47.1The only
0.47.1string in my whole project and dependencies is inSwiftGenPlugin/rakelib/lint.rakeline 8 -SWIFTLINT_VERSION = '0.47.1', and 0.59.1 is the version of my SwiftLint defined in SPM. I do have swiftlint installed system-level, but that should not interfere with plugin's functionality, right? Maybe there is some error in rakelib's scripts that causes usage of system version instead of downloaded portable version?