我可以在 xcode 上使用自定义 Swiftlint 安装路径吗?
I Can use a custom Swiftlint Instalation path on xcode?
我需要在我的 mac 路径 user/.mint/bin 上安装带有 mint 的 swiftlint,但是 xcode 无法识别我可以使用自定义路径的安装 xcode swiftlint 配置 ?
我从下面的 conf 添加了默认图像。
在检查 swiftlint
之前,您的脚本需要更新本地路径:
export PATH=${HOME}/.mint/bin:${PATH}
# Rest of script
我需要在我的 mac 路径 user/.mint/bin 上安装带有 mint 的 swiftlint,但是 xcode 无法识别我可以使用自定义路径的安装 xcode swiftlint 配置 ?
我从下面的 conf 添加了默认图像。
在检查 swiftlint
之前,您的脚本需要更新本地路径:
export PATH=${HOME}/.mint/bin:${PATH}
# Rest of script