I had the plugin working on my project for a while, then it stopped working with that message:
Can't find swiftlint utility here:
/opt/homebrew/bin/swiftlint
Please check the path in settings.
/opt/homebrew/bin/swiftlint is the result of which swiftlint. Running swiftlint or /opt/homebrew/bin/swiftlint on the command line works.
My .swiflint.yml is at the root of my project.
Setting /opt/homebrew/bin in Tools > Swiftlint > Swiftlint path doesn't work either.
- Plugin version: 1.13.3
- AppCode version: 2021.1.3
- Swiflint version: 0.43.1
I had the plugin working on my project for a while, then it stopped working with that message:
/opt/homebrew/bin/swiftlintis the result ofwhich swiftlint. Runningswiftlintor/opt/homebrew/bin/swiftlinton the command line works.My
.swiflint.ymlis at the root of my project.Setting
/opt/homebrew/binin Tools > Swiftlint > Swiftlint path doesn't work either.