I need to install swiftlint with mint on my mac, on the path user/.mint/bin, but xcode dont recognize the installation i can use a custom path xcode swiftlint configuration ?
Before checking for swiftlint
, your script needs to update the local PATH:
export PATH=${HOME}/.mint/bin:${PATH}
# Rest of script