Files
XcodeGen/Fixtures/TestProject/scripts/swiftlint.sh
T
2017-08-01 18:40:40 +02:00

6 lines
148 B
Bash

if which swiftlint >/dev/null; then
swiftlint
else
echo "warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint"
fi