Skip to content

Instantly share code, notes, and snippets.

@ShaneQi
Created June 19, 2017 03:11
Show Gist options
  • Save ShaneQi/f1fef8a34f067b809de3d3f835d31c96 to your computer and use it in GitHub Desktop.
Save ShaneQi/f1fef8a34f067b809de3d3f835d31c96 to your computer and use it in GitHub Desktop.
if which swiftlint >/dev/null; then
swiftlint
else
echo "warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment